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)
downloadpoky-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 4022cb09c0..bba9d59c29 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -5,6 +5,9 @@ EXCLUDE_FROM_WORLD = "1"
5PACKAGES = "" 5PACKAGES = ""
6PACKAGE_ARCH = "${BUILD_ARCH}" 6PACKAGE_ARCH = "${BUILD_ARCH}"
7 7
8BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
9BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
10
8# When this class has packaging enabled, setting 11# When this class has packaging enabled, setting
9# RPROVIDES becomes unnecessary. 12# RPROVIDES becomes unnecessary.
10RPROVIDES = "${PN}" 13RPROVIDES = "${PN}"