From 5aa96bd0ef51b355d52e0fa1a62bb446d01c3583 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 Jul 2011 14:44:04 +0100 Subject: 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. (From OE-Core rev: d5521be2dcbaf213c140b0d12a4176380874426b) Signed-off-by: Richard Purdie --- meta/classes/allarch.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/allarch.bbclass') 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 -- cgit 1.2.3-korg