external-toolchain-cross-canadian.bbclass: drop the binutils-cross dep

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-03-21 09:18:45 +05:00
parent 6ebeab9133
commit f80a7aa5d6

View File

@@ -5,6 +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"
PN .= "-${TRANSLATED_TARGET_ARCH}"