mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
lib/sstatesig: Update to longer sha256 hash length
Update the code to match the recent switch to sha256 hashes (From OE-Core rev: 910a8f3e8e350ff5d316faf5e07fb40c6c51f45e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6efdcaa5cd
commit
f08808340e
|
@ -494,7 +494,7 @@ def find_siginfo(pn, taskname, taskhashlist, d):
|
|||
|
||||
if not taskhashlist or (len(filedates) < 2 and not foundall):
|
||||
# That didn't work, look in sstate-cache
|
||||
hashes = taskhashlist or ['?' * 32]
|
||||
hashes = taskhashlist or ['?' * 64]
|
||||
localdata = bb.data.createCopy(d)
|
||||
for hashval in hashes:
|
||||
localdata.setVar('PACKAGE_ARCH', '*')
|
||||
|
|
Loading…
Reference in New Issue
Block a user