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 5a4093266d..3a8778eae0 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -320,7 +320,7 @@ def find_siginfo(pn, taskname, taskhashlist, d): | |||
320 | 320 | ||
321 | if not taskhashlist or (len(filedates) < 2 and not foundall): | 321 | if not taskhashlist or (len(filedates) < 2 and not foundall): |
322 | # That didn't work, look in sstate-cache | 322 | # That didn't work, look in sstate-cache |
323 | hashes = taskhashlist or ['*'] | 323 | hashes = taskhashlist or ['?' * 32] |
324 | localdata = bb.data.createCopy(d) | 324 | localdata = bb.data.createCopy(d) |
325 | for hashval in hashes: | 325 | for hashval in hashes: |
326 | localdata.setVar('PACKAGE_ARCH', '*') | 326 | localdata.setVar('PACKAGE_ARCH', '*') |