[oe-commits] Richard Purdie : native.bbclass: Clear PACKAGES variable when using BBCLASSEXTEND (from poky)

git version control git at git.openembedded.org
Thu May 6 11:01:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8cf219c597d212b43e621095f50fff84c1df7624
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cf219c597d212b43e621095f50fff84c1df7624

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu May  6 12:01:24 2010 +0100

native.bbclass: Clear PACKAGES variable when using BBCLASSEXTEND (from poky)

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 classes/native.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/native.bbclass b/classes/native.bbclass
index b53ae1d..3437836 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -6,6 +6,7 @@ inherit relocatable
 EXCLUDE_FROM_WORLD = "1"
 
 PACKAGES = ""
+PACKAGES_virtclass-native = ""
 PACKAGE_ARCH = "${BUILD_ARCH}"
 
 BASE_PACKAGE_ARCH = "${BUILD_ARCH}"





More information about the Openembedded-commits mailing list