From patchwork Mon Jun 6 06:44:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 05/20] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all" Date: Mon, 06 Jun 2011 06:44:09 -0000 From: Saul Wold X-Patchwork-Id: 5421 Message-Id: To: openembedded-core@lists.openembedded.org From: Khem Raj If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj --- 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