[oe-commits] Khem Raj : allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

git version control git at git.openembedded.org
Mon Jun 6 15:00:35 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 7efd372eead4185e8b763c6f7ee1943485f7d84d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7efd372eead4185e8b763c6f7ee1943485f7d84d

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jun  2 12:45:25 2011 -0700

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 at gmail.com>

---

 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 26fca70..e3ac392 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





More information about the Openembedded-commits mailing list