mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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. (From OE-Core rev: b088a9c34c34c4bda54d93907e04972d3f8ba5a1) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6497ebc0d6
commit
629619dce7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user