mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:53:51 +00:00
bitbake: siggen: Fix default handler
After the unihash changes the default signature handler didn't work. Tweak it to adapt to those changes (allowing the runqueue tests to work). (Bitbake rev: 7d486d3fb7176a3486f3f2484457724d7185df58) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
afc56a43b0
commit
eb3ae4a132
@ -49,7 +49,8 @@ class SignatureGenerator(object):
|
||||
return self.taskhash[task]
|
||||
|
||||
def get_taskhash(self, fn, task, deps, dataCache):
|
||||
return "0"
|
||||
self.taskhash[fn + "." + task] = "0"
|
||||
return self.taskhash[fn + "." + task]
|
||||
|
||||
def writeout_file_checksum_cache(self):
|
||||
"""Write/update the file checksum cache onto disk"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user