mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00:00
packagegroups-cross-canadian: don't override TRANSLATED_TARGET_ARCH
There is no point in overriding TRANSLATED_TARGET_ARCH in packagegroups-cross-canadian recipe. The cross-canadian class sets the PACKAGE_ARCH variable, thus allarch class (inherited through packagegroup class) doesn't change variables. (From OE-Core rev: e021a14ad774a0ede259a2023d612593caaee5c5) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ec38dacdec
commit
25fad722d7
@@ -2,9 +2,6 @@ SUMMARY = "Host SDK package for cross canadian toolchain"
|
||||
PN = "packagegroup-cross-canadian-${MACHINE}"
|
||||
LICENSE = "MIT"
|
||||
|
||||
# Save TRANSLATED_TARGET_ARCH before allarch tramples it
|
||||
TRANSLATED_TARGET_ARCH = "${@d.getVar('TUNE_ARCH', True).replace('_', '-')}"
|
||||
|
||||
inherit cross-canadian packagegroup
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
||||
Reference in New Issue
Block a user