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 059e165c7a..e0eb87e29f 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -494,7 +494,7 @@ def find_siginfo(pn, taskname, taskhashlist, d): | |||
494 | 494 | ||
495 | if not taskhashlist or (len(filedates) < 2 and not foundall): | 495 | if not taskhashlist or (len(filedates) < 2 and not foundall): |
496 | # That didn't work, look in sstate-cache | 496 | # That didn't work, look in sstate-cache |
497 | hashes = taskhashlist or ['?' * 32] | 497 | hashes = taskhashlist or ['?' * 64] |
498 | localdata = bb.data.createCopy(d) | 498 | localdata = bb.data.createCopy(d) |
499 | for hashval in hashes: | 499 | for hashval in hashes: |
500 | localdata.setVar('PACKAGE_ARCH', '*') | 500 | localdata.setVar('PACKAGE_ARCH', '*') |