diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-21 16:55:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-21 16:55:16 +0000 |
commit | e5bc47180d12ac74594506dfaae9c057d01be894 (patch) | |
tree | 0cd86b5e80016dd6d6b669ca7832c8aa9f33ced8 /meta | |
parent | a16f50c49e554042cbe6dba9be43dfe19a4fd6b8 (diff) | |
download | 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')
-rw-r--r-- | meta/classes/native.bbclass | 3 |
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" | |||
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | PACKAGE_ARCH = "${BUILD_ARCH}" | 6 | PACKAGE_ARCH = "${BUILD_ARCH}" |
7 | 7 | ||
8 | BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}" | ||
9 | BASEPKG_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. |
10 | RPROVIDES = "${PN}" | 13 | RPROVIDES = "${PN}" |