1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.

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>
This commit is contained in:
Lianhao Lu
2010-12-06 17:45:45 +08:00
committed by Richard Purdie
parent 322d6ab299
commit 2021e2a74f
6 changed files with 10 additions and 6 deletions
+3
View File
@@ -68,3 +68,6 @@ export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
# Cross-canadian packages need to pull in nativesdk dynamic libs
SHLIBSDIR = "${STAGING_DIR}/${SDK_ARCH}-nativesdk${SDK_VENDOR}-${BUILD_OS}/shlibs"
# handle x86_64 TARGET_ARCH name
TRANSLATED_TARGET_ARCH ?= ${TARGET_ARCH}