* [PATCH] staging: Exclude MULTI_PROVIDER_WHISTLIST from do_populate_sysroot
@ 2014-09-29 16:45 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-09-29 16:45 UTC (permalink / raw)
To: openembedded-core
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@linuxfoundation.org>
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 40ce5c5..10198fd 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -105,6 +105,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}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-29 16:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 16:45 [PATCH] staging: Exclude MULTI_PROVIDER_WHISTLIST from do_populate_sysroot Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox