aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-02 12:45:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-06 15:52:16 +0100
commit7efd372eead4185e8b763c6f7ee1943485f7d84d (patch)
treea33081cdbc17ff9b2574d0d21547deedd6a3658a /meta/classes/allarch.bbclass
parent8aa07da69f4966afda40d77b1e8b83749c5d1c28 (diff)
downloadopenembedded-core-contrib-7efd372eead4185e8b763c6f7ee1943485f7d84d.tar.gz
allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"
If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r--meta/classes/allarch.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 26fca70635..e3ac3922ed 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -2,6 +2,7 @@
# This class is used for architecture independent recipes/data files (usally scripts)
#
+BASE_PACKAGE_ARCH = "all"
PACKAGE_ARCH = "all"
# No need for virtual/libc or a cross compiler