mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
9 lines
286 B
PHP
9 lines
286 B
PHP
inherit cross-canadian
|
|
|
|
DESCRIPTION = "The cross-canadian GNU cc and gcc C compilers for ${TARGET_ARCH} target."
|
|
PN = "gcc-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
|
BPN = "gcc"
|
|
|
|
DEPENDS = "virtual/${HOST_PREFIX}binutils-crosssdk virtual/${TARGET_PREFIX}libc-for-gcc gettext-nativesdk"
|
|
|