diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-21 16:58:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-21 16:58:07 +0000 |
commit | ec1e837ff9d272c6714b243a9c25e1b91327ad48 (patch) | |
tree | be4b17b99990897dcc709ee936781b45b8bb769c /meta | |
parent | e5bc47180d12ac74594506dfaae9c057d01be894 (diff) | |
download | poky-ec1e837ff9d272c6714b243a9c25e1b91327ad48.tar.gz |
native.bbclass: Also override BASE_PACKAGE_ARCH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4917 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index bba9d59c29..8f79935040 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -5,6 +5,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | PACKAGE_ARCH = "${BUILD_ARCH}" | 6 | PACKAGE_ARCH = "${BUILD_ARCH}" |
7 | 7 | ||
8 | BASE_PACKAGE_ARCH = "${BUILD_ARCH}" | ||
8 | BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}" | 9 | BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}" |
9 | BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}" | 10 | BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}" |
10 | 11 | ||