diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-02 12:45:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-06 15:58:39 +0100 |
commit | 6f5a6e857db1413ce01cb78ff9ca47a790a9c38e (patch) | |
tree | 131eaeee004cbb03bce49e15f22c765c8bcfd09f /meta | |
parent | 90d5d3ca116fc4d0a6412fbb66282ec1c0996dd3 (diff) | |
download | poky-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')
-rw-r--r-- | meta/classes/allarch.bbclass | 1 |
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 | ||
5 | BASE_PACKAGE_ARCH = "all" | ||
5 | PACKAGE_ARCH = "all" | 6 | PACKAGE_ARCH = "all" |
6 | 7 | ||
7 | # No need for virtual/libc or a cross compiler | 8 | # No need for virtual/libc or a cross compiler |