diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-11 14:44:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-25 14:36:30 +0100 |
commit | 5aa96bd0ef51b355d52e0fa1a62bb446d01c3583 (patch) | |
tree | 862766d7672934904ac9ac73e70958ffc90aed5a /meta/classes/allarch.bbclass | |
parent | 4cb97ca18cf0dffcb30da01061deb7b72116b90f (diff) | |
download | poky-5aa96bd0ef51b355d52e0fa1a62bb446d01c3583.tar.gz |
bitbake.conf/classes: Variable cleanup
This patch removes the variables BASE_PACKAGE_ARCH, BASEPKG_HOST_SYS,
BASEPKG_TARGET_SYS and also removes the immediate assignments in
several core classes as these are no longer required.
This should make it clearer what some of the core variables do and
simplfy some overly complex and confusing class code.
(From OE-Core rev: d5521be2dcbaf213c140b0d12a4176380874426b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index e3ac3922ed..26fca70635 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -2,7 +2,6 @@ | |||
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" | ||
6 | PACKAGE_ARCH = "all" | 5 | PACKAGE_ARCH = "all" |
7 | 6 | ||
8 | # No need for virtual/libc or a cross compiler | 7 | # No need for virtual/libc or a cross compiler |