]> code.ossystems Code Review - openembedded-core.git/commitdiff
allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"
authorKhem Raj <raj.khem@gmail.com>
Thu, 2 Jun 2011 19:45:25 +0000 (12:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2011 14:52:16 +0000 (15:52 +0100)
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@gmail.com>
meta/classes/allarch.bbclass

index 26fca706352afb77602aa64c67b26233dc97639f..e3ac3922ed666cfce8f7f16fa67f77a9ff1ebda3 100644 (file)
@@ -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