summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-11 14:44:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 14:36:30 +0100
commit5aa96bd0ef51b355d52e0fa1a62bb446d01c3583 (patch)
tree862766d7672934904ac9ac73e70958ffc90aed5a /meta/classes/native.bbclass
parent4cb97ca18cf0dffcb30da01061deb7b72116b90f (diff)
downloadpoky-5aa96bd0ef51b355d52e0fa1a62bb446d01c3583.tar.gz
bitbake.conf/classes: Variable cleanup
This patch removes the variables BASE_PACKAGE_ARCH, BASEPKG_HOST_SYS, BASEPKG_TARGET_SYS and also removes the immediate assignments in several core classes as these are no longer required. This should make it clearer what some of the core variables do and simplfy some overly complex and confusing class code. (From OE-Core rev: d5521be2dcbaf213c140b0d12a4176380874426b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 1e8de95207..00f7b9f02d 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -15,10 +15,6 @@ PACKAGE_ARCH = "${BUILD_ARCH}"
15OECMAKE_RPATH = "${libdir}" 15OECMAKE_RPATH = "${libdir}"
16OECMAKE_RPATH_virtclass-native = "${libdir}" 16OECMAKE_RPATH_virtclass-native = "${libdir}"
17 17
18BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
19BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
20BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
21
22# When this class has packaging enabled, setting 18# When this class has packaging enabled, setting
23# RPROVIDES becomes unnecessary. 19# RPROVIDES becomes unnecessary.
24RPROVIDES = "${PN}" 20RPROVIDES = "${PN}"