summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 17:45:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-30 14:10:33 +0100
commit78a2c81427eeab641974e11d765f76e642abf2d4 (patch)
treedf804264a09d4497410e80570187e2bdc0c54853 /meta/classes/staging.bbclass
parent78b2f5a72e0f33e551307a1d4c1f99e81aea4cac (diff)
downloadpoky-78a2c81427eeab641974e11d765f76e642abf2d4.tar.gz
staging: Exclude MULTI_PROVIDER_WHISTLIST from do_populate_sysroot
If you switch between multilib and non-multilib builds, pretty much everything rebuilds due to the use of MULTI_PROVIDER_WHITELIST in do_populate_sysroot. It doesn't need to do this so exclude that variable for checksum purposes. (From OE-Core rev: 7f3a44ff30d07083ee8c4e2b7ac91dc6a9c8857b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 7c43e7618d..57b2743196 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -106,6 +106,7 @@ python do_populate_sysroot () {
106} 106}
107 107
108do_populate_sysroot[vardeps] += "${SYSROOT_PREPROCESS_FUNCS}" 108do_populate_sysroot[vardeps] += "${SYSROOT_PREPROCESS_FUNCS}"
109do_populate_sysroot[vardepsexclude] += "MULTI_PROVIDER_WHITELIST"
109 110
110SSTATETASKS += "do_populate_sysroot" 111SSTATETASKS += "do_populate_sysroot"
111do_populate_sysroot[cleandirs] = "${SYSROOT_DESTDIR}" 112do_populate_sysroot[cleandirs] = "${SYSROOT_DESTDIR}"