From: Khem Raj Date: Thu, 2 Jun 2011 19:45:25 +0000 (-0700) Subject: allarch.bbclass: Define BASE_PACKAGE_ARCH = "all" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f5a6e857db1413ce01cb78ff9ca47a790a9c38e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 26fca706352..e3ac3922ed6 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