external-toolchain-cross-canadian: fix the binutils dep removal for multilib

We needed a `${MLPREFIX}` reference here to align with the behavior of
external-toolchain.bbclass.

JIRA: SB-21758

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2023-05-16 13:50:05 -05:00
parent 6320ff290d
commit 9986ff3318

View File

@@ -5,7 +5,7 @@ inherit external-toolchain cross-canadian
STRIP:task-package = "strip"
STRIP:task-populate-sysroot = "strip"
OBJCOPY:task-package = "objcopy"
PACKAGE_DEPENDS:remove = "virtual/${TARGET_PREFIX}binutils"
PACKAGE_DEPENDS:remove = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils"
# Scan just toolchains root directory, but include some additional mirrors
EXTERNAL_INSTALL_SOURCE_PATHS = "${EXTERNAL_TOOLCHAIN}"