summaryrefslogtreecommitdiffstats
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:58:39 +0100
commit6f5a6e857db1413ce01cb78ff9ca47a790a9c38e (patch)
tree131eaeee004cbb03bce49e15f22c765c8bcfd09f /meta/classes/allarch.bbclass
parent90d5d3ca116fc4d0a6412fbb66282ec1c0996dd3 (diff)
downloadpoky-6f5a6e857db1413ce01cb78ff9ca47a790a9c38e.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 (From OE-Core rev: 7efd372eead4185e8b763c6f7ee1943485f7d84d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
2# This class is used for architecture independent recipes/data files (usally scripts) 2# This class is used for architecture independent recipes/data files (usally scripts)
3# 3#
4 4
5BASE_PACKAGE_ARCH = "all"
5PACKAGE_ARCH = "all" 6PACKAGE_ARCH = "all"
6 7
7# No need for virtual/libc or a cross compiler 8# No need for virtual/libc or a cross compiler