[OE-core] [PATCH] bitbake.conf: Exclude MACHINE from MACHINE_OVERRIDES variable dependency list

Koen Kooi koen at dominion.thruhere.net
Wed Oct 12 16:18:43 UTC 2011


Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta/conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 11d76b8..8cf7a60 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -670,6 +670,7 @@ OVERRIDES = "${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVE
 DISTROOVERRIDES ?= "${DISTRO}"
 MACHINEOVERRIDES ?= "${MACHINE}"
 OVERRIDES[vardepsexclude] = "MACHINE"
+MACHINEOVERRIDES[vardepsexclude] = "MACHINE"
 
 CPU_FEATURES ?= ""
 CPU_FEATURES_arm ?= "vfp"
-- 
1.6.6.1





More information about the Openembedded-core mailing list