summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/sstatesig.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 64fb84ec92..4ea29cbdfc 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -162,12 +162,7 @@ class SignatureGeneratorOEBasicHashMixIn(object):
162 else: 162 else:
163 return super().get_taskhash(tid, deps, dataCaches) 163 return super().get_taskhash(tid, deps, dataCaches)
164 164
165 # get_taskhash will call get_unihash internally in the parent class, we
166 # need to disable our filter of it whilst this runs else
167 # incorrect hashes can be calculated.
168 self._internal = True
169 h = super().get_taskhash(tid, deps, dataCaches) 165 h = super().get_taskhash(tid, deps, dataCaches)
170 self._internal = False
171 166
172 (mc, _, task, fn) = bb.runqueue.split_tid_mcfn(tid) 167 (mc, _, task, fn) = bb.runqueue.split_tid_mcfn(tid)
173 168