aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-02-19 16:10:35 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-02-19 16:10:35 +0200
commitbfd119c829dac952ced358701d8b2fea7c292617 (patch)
treebd46fdc21ba459896606ce053f8e438002389b8b
parent58b45240739da210ef2fecea931c8b8daa9a4c07 (diff)
downloadopenembedded-core-contrib-marquiz/siggen.tar.gz
oe/sstatesig: implement new API of SignatureGenerator.get_taskhash()marquiz/siggen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--meta/lib/oe/sstatesig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index d65586b355..223d4d07a0 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -129,8 +129,8 @@ class SignatureGeneratorOEBasicHash(bb.siggen.SignatureGeneratorBasicHash):
self.dump_lockedsigs()
return super(bb.siggen.SignatureGeneratorBasicHash, self).dump_sigs(dataCache, options)
- def get_taskhash(self, fn, task, deps, dataCache):
- h = super(bb.siggen.SignatureGeneratorBasicHash, self).get_taskhash(fn, task, deps, dataCache)
+ def get_taskhash(self, fn, task, deps, dataCache, checksum_cache):
+ h = super(bb.siggen.SignatureGeneratorBasicHash, self).get_taskhash(fn, task, deps, dataCache, checksum_cache)
recipename = dataCache.pkg_fn[fn]
self.lockedpnmap[fn] = recipename