From: Joshua Watt Date: Tue, 27 Feb 2018 21:52:45 +0000 (-0600) Subject: icecc.bbclass: Ignore more icecream vars in hashes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18674 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c64414bbc357d35c1b076840bfc6ede3c90754;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icecc.bbclass: Ignore more icecream vars in hashes Changing ICECC_ENV_VERSION or select variables that the user can set to control the behavior of icecc should not cause recipes to rebuild Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 48a51310c21..94ed4da8c2a 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -30,7 +30,10 @@ BB_HASHBASE_WHITELIST += "ICECC_PARALLEL_MAKE ICECC_DISABLED ICECC_USER_PACKAGE_BL \ ICECC_USER_CLASS_BL ICECC_USER_PACKAGE_WL ICECC_PATH ICECC_ENV_EXEC \ - ICECC_CARET_WORKAROUND ICECC_CFLAGS" + ICECC_CARET_WORKAROUND ICECC_CFLAGS ICECC_ENV_VERSION \ + ICECC_DEBUG ICECC_LOGFILE ICECC_REPEAT_RATE ICECC_PREFERRED_HOST \ + ICECC_CLANG_REMOTE_CPP ICECC_IGNORE_UNVERIFIED ICECC_TEST_SOCKET \ + " ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env"