]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 14:30:21 +0000 (15:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 23:41:22 +0000 (00:41 +0100)
(From OE-Core rev: b99b92d9136b7872ba0c021e1a6ef070b2ee9b78)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index e311e30fccad45964596161798740759c98056cf..e2c1b6f12debb9441892fe3a3e7bfd15c0babee0 100644 (file)
@@ -666,7 +666,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
 #
 # This works for  functions as well, they are really just environment variables.
 # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
-OVERRIDES = "${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable"
+OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable"
 DISTROOVERRIDES ?= "${DISTRO}"
 MACHINEOVERRIDES ?= "${MACHINE}"
 MACHINEOVERRIDES[vardepsexclude] = "MACHINE"