]> code.ossystems Code Review - openembedded-core.git/commitdiff
native.bbclass: Override BASEPKG_HOST_SYS and TARGET_SYS in the native case
authorRichard Purdie <richard@openedhand.com>
Mon, 21 Jul 2008 16:55:16 +0000 (16:55 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 21 Jul 2008 16:55:16 +0000 (16:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4916 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/native.bbclass

index 4022cb09c06958ad319ba20b4155d6352ac8c7ab..bba9d59c29ccada7541b72bcbea224e78238231a 100644 (file)
@@ -5,6 +5,9 @@ EXCLUDE_FROM_WORLD = "1"
 PACKAGES = ""
 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}"