summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
-rw-r--r--bitbake/lib/bb/siggen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index d0988e0e40..ebba452592 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -584,7 +584,7 @@ class SignatureGeneratorUniHashMixIn(object):
584 if self.setscenetasks and tid not in self.setscenetasks: 584 if self.setscenetasks and tid not in self.setscenetasks:
585 return 585 return
586 586
587 # This can happen if locked sigs are in action. Detect and just abort 587 # This can happen if locked sigs are in action. Detect and just exit
588 if taskhash != self.taskhash[tid]: 588 if taskhash != self.taskhash[tid]:
589 return 589 return
590 590