[oe-commits] : native bbclass: sync with poky

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Oct 2 09:52:43 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 1a31fe17da354d74dfbccb3195631d1f6d6c0c46
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=1a31fe17da354d74dfbccb3195631d1f6d6c0c46

Author:  <koen at openembedded.org>
Date:   Thu Oct  2 09:23:00 2008 +0000

native bbclass: sync with poky

---

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

diff --git a/classes/native.bbclass b/classes/native.bbclass
index 4022cb0..8f79935 100644
--- 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}"





More information about the Openembedded-commits mailing list