summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 39df79473e..6d9cf3f4df 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -879,9 +879,7 @@ class RunQueue:
879 "fakerootenv" : self.rqdata.dataCache.fakerootenv, 879 "fakerootenv" : self.rqdata.dataCache.fakerootenv,
880 "fakerootdirs" : self.rqdata.dataCache.fakerootdirs, 880 "fakerootdirs" : self.rqdata.dataCache.fakerootdirs,
881 "fakerootnoenv" : self.rqdata.dataCache.fakerootnoenv, 881 "fakerootnoenv" : self.rqdata.dataCache.fakerootnoenv,
882 "hashes" : bb.parse.siggen.taskhash, 882 "sigdata" : bb.parse.siggen.get_taskdata(),
883 "hash_deps" : bb.parse.siggen.runtaskdeps,
884 "sigchecksums" : bb.parse.siggen.file_checksum_values,
885 "runq_hash" : self.rqdata.runq_hash, 883 "runq_hash" : self.rqdata.runq_hash,
886 "logdefaultdebug" : bb.msg.loggerDefaultDebugLevel, 884 "logdefaultdebug" : bb.msg.loggerDefaultDebugLevel,
887 "logdefaultverbose" : bb.msg.loggerDefaultVerbose, 885 "logdefaultverbose" : bb.msg.loggerDefaultVerbose,