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:19:54 +0100 |
commit | d5521be2dcbaf213c140b0d12a4176380874426b (patch) | |
tree | 2b1fa72679cc84101a9ae230599902ffc4a93730 /meta/classes/allarch.bbclass | |
parent | 7ebc7a5cb30e13217dc297994a6d9656b52bacba (diff) | |
download | openembedded-core-d5521be2dcbaf213c140b0d12a4176380874426b.tar.gz openembedded-core-d5521be2dcbaf213c140b0d12a4176380874426b.tar.bz2 openembedded-core-d5521be2dcbaf213c140b0d12a4176380874426b.zip |
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.
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 @@ # 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 |