mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01: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:
committed by
Richard Purdie
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user