]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstatesig: Ignore icecc-create-env in task sigs
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 27 Feb 2018 03:01:35 +0000 (21:01 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2018 22:09:16 +0000 (22:09 +0000)
Changes to the icecc-create-env recipe should not cause all recipes to
rebuild just because the have inherited icecc.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sstatesig.py

index 49afed6105c9746fa76e7a8c0cec98848859e35d..ecb3ebc4c88baa700bf5eb506947fd8557e586be 100644 (file)
@@ -30,7 +30,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache):
         return True
 
     # Quilt (patch application) changing isn't likely to affect anything
-    excludelist = ['quilt-native', 'subversion-native', 'git-native', 'ccache-native']
+    excludelist = ['quilt-native', 'subversion-native', 'git-native', 'ccache-native', 'icecc-create-env-native']
     if depname in excludelist and recipename != depname:
         return False