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:
e55d046
)
native bbclass: sync with poky
author
Koen Kooi
<koen@openembedded.org>
Thu, 2 Oct 2008 09:23:00 +0000
(09:23 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 2 Oct 2008 09:23:00 +0000
(09:23 +0000)
classes/native.bbclass
patch
|
blob
|
history
diff --git
a/classes/native.bbclass
b/classes/native.bbclass
index
4022cb0
..
8f79935
100644
(file)
--- a/
classes/native.bbclass
+++ b/
classes/native.bbclass
@@
-5,6
+5,10
@@
EXCLUDE_FROM_WORLD = "1"
PACKAGES = ""
PACKAGE_ARCH = "${BUILD_ARCH}"
+BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
+BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
+BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
+
# When this class has packaging enabled, setting
# RPROVIDES becomes unnecessary.
RPROVIDES = "${PN}"