summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-21 16:55:16 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-21 16:55:16 +0000
commite5bc47180d12ac74594506dfaae9c057d01be894 (patch)
tree0cd86b5e80016dd6d6b669ca7832c8aa9f33ced8 /meta/classes/native.bbclass
parenta16f50c49e554042cbe6dba9be43dfe19a4fd6b8 (diff)
downloadast2050-yocto-poky-e5bc47180d12ac74594506dfaae9c057d01be894.zip
ast2050-yocto-poky-e5bc47180d12ac74594506dfaae9c057d01be894.tar.gz
native.bbclass: Override BASEPKG_HOST_SYS and TARGET_SYS in the native case
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4916 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 4022cb0..bba9d59 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -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}"
OpenPOWER on IntegriCloud