[oe-commits] Richard Purdie : staging: Exclude MULTI_PROVIDER_WHISTLIST from do_populate_sysroot

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 16:50:50 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 7f3a44ff30d07083ee8c4e2b7ac91dc6a9c8857b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7f3a44ff30d07083ee8c4e2b7ac91dc6a9c8857b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Sep 29 17:45:35 2014 +0100

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/staging.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 7c43e76..57b2743 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -106,6 +106,7 @@ python do_populate_sysroot () {
 }
 
 do_populate_sysroot[vardeps] += "${SYSROOT_PREPROCESS_FUNCS}"
+do_populate_sysroot[vardepsexclude] += "MULTI_PROVIDER_WHITELIST"
 
 SSTATETASKS += "do_populate_sysroot"
 do_populate_sysroot[cleandirs] = "${SYSROOT_DESTDIR}"



More information about the Openembedded-commits mailing list