git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f21ab
)
native.bbclass: Clear PACKAGES variable when using BBCLASSEXTEND (from poky)
author
Richard Purdie
<rpurdie@linux.intel.com>
Thu, 6 May 2010 11:01:24 +0000
(12:01 +0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/classes/native.bbclass
b/classes/native.bbclass
index
b53ae1d
..
3437836
100644
(file)
--- 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}"