[oe-commits] Richard Purdie : allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE

git version control git at git.openembedded.org
Wed Jun 1 13:14:06 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2

Author: Richard  Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue May 31 23:05:31 2011 +0100

allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE

Having a generic word like "all" as an override is dangerous as this is an override
and can cause issues for function names like "sysroot_stage_all". This patch changes
it to "allarch" to help avoid this kind of problem. The field is only used in the
name of directories anyway.

Signed-off-by: Richard  Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/allarch.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index b7c37c3..26fca70 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -9,7 +9,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 
 # Set these to a common set of values, we shouldn't be using them other that for WORKDIR directory
 # naming anyway
-TARGET_ARCH = "all"
+TARGET_ARCH = "allarch"
 TARGET_OS = "linux"
 TARGET_CC_ARCH = "none"
 PACKAGE_EXTRA_ARCHS = ""





More information about the Openembedded-commits mailing list