native.bbclass: Clear PACKAGES variable when using BBCLASSEXTEND (from poky)
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 6 May 2010 11:01:24 +0000 (12:01 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 6 May 2010 11:01:24 +0000 (12:01 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
classes/native.bbclass

index b53ae1d..3437836 100644 (file)
@@ -6,6 +6,7 @@ inherit relocatable
 EXCLUDE_FROM_WORLD = "1"
 
 PACKAGES = ""
+PACKAGES_virtclass-native = ""
 PACKAGE_ARCH = "${BUILD_ARCH}"
 
 BASE_PACKAGE_ARCH = "${BUILD_ARCH}"