native bbclass: sync with poky
authorKoen Kooi <koen@openembedded.org>
Thu, 2 Oct 2008 09:23:00 +0000 (09:23 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 2 Oct 2008 09:23:00 +0000 (09:23 +0000)
classes/native.bbclass

index 4022cb0..8f79935 100644 (file)
@@ -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}"