diff options
| -rw-r--r-- | meta/lib/oe/sstatesig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index b8dd4c869e..5a4093266d 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
| @@ -29,7 +29,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCache): | |||
| 29 | return True | 29 | return True |
| 30 | 30 | ||
| 31 | # Quilt (patch application) changing isn't likely to affect anything | 31 | # Quilt (patch application) changing isn't likely to affect anything |
| 32 | excludelist = ['quilt-native', 'subversion-native', 'git-native'] | 32 | excludelist = ['quilt-native', 'subversion-native', 'git-native', 'ccache-native'] |
| 33 | if depname in excludelist and recipename != depname: | 33 | if depname in excludelist and recipename != depname: |
| 34 | return False | 34 | return False |
| 35 | 35 | ||
