From 2021e2a74f4a8cb2066279e3006087fd3b198bc9 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Mon, 6 Dec 2010 17:45:45 +0800 Subject: 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 --- meta/conf/machine/qemux86-64.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/qemux86-64.conf') diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 31459cd084..fd34709b78 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Machine configuration for running a common x86 TARGET_ARCH = "x86_64" +TRANSLATED_TARGET_ARCH = "x86-64" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" -- cgit 1.2.3-korg