summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 729439ef31..f82799800b 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2302,8 +2302,9 @@ class RunQueueExecute:
2302 remapped = True 2302 remapped = True
2303 elif tid in self.scenequeue_covered or tid in self.sq_live: 2303 elif tid in self.scenequeue_covered or tid in self.sq_live:
2304 # Already ran this setscene task or it running. Report the new taskhash 2304 # Already ran this setscene task or it running. Report the new taskhash
2305 remapped = bb.parse.siggen.report_unihash_equiv(tid, newhash, origuni, newuni, self.rqdata.dataCaches) 2305 bb.parse.siggen.report_unihash_equiv(tid, newhash, origuni, newuni, self.rqdata.dataCaches)
2306 logger.info("Already covered setscene for %s so ignoring rehash (remap)" % (tid)) 2306 logger.info("Already covered setscene for %s so ignoring rehash (remap)" % (tid))
2307 remapped = True
2307 2308
2308 if not remapped: 2309 if not remapped:
2309 #logger.debug(1, "Task %s hash changes: %s->%s %s->%s" % (tid, orighash, newhash, origuni, newuni)) 2310 #logger.debug(1, "Task %s hash changes: %s->%s %s->%s" % (tid, orighash, newhash, origuni, newuni))