[oe-commits] [openembedded-core] 14/26: sstatesig: Ignore icecc-create-env in task sigs

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 23:44:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 30bf1574f7142befd883358616efec22432deefb
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Mon Feb 26 21:01:35 2018 -0600

    sstatesig: Ignore icecc-create-env in task sigs
    
    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oe/sstatesig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 49afed6..ecb3ebc 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list