diff options
Diffstat (limited to 'meta/lib')
-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 329c84d366..b13d11c055 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -128,7 +128,7 @@ def find_siginfo(pn, taskname, taskhashlist, d): | |||
128 | else: | 128 | else: |
129 | filedates[fullpath] = os.stat(fullpath).st_mtime | 129 | filedates[fullpath] = os.stat(fullpath).st_mtime |
130 | 130 | ||
131 | if len(filedates) < 2 and not foundall: | 131 | if not taskhashlist or (len(filedates) < 2 and not foundall): |
132 | # That didn't work, look in sstate-cache | 132 | # That didn't work, look in sstate-cache |
133 | hashes = taskhashlist or ['*'] | 133 | hashes = taskhashlist or ['*'] |
134 | localdata = bb.data.createCopy(d) | 134 | localdata = bb.data.createCopy(d) |