mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
bitbake: runqueue: Ensure data is handled correctly
This doesn't appear to have ill effects right now but there is a correctness issue which this so fix it. (Bitbake rev: a5e084a266f63c2fd370122327615e49beaeb94e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2306,6 +2306,8 @@ class RunQueueExecute:
|
||||
self.scenequeue_notcovered.remove(tid)
|
||||
if tid in self.scenequeue_covered:
|
||||
self.scenequeue_covered.remove(tid)
|
||||
if tid in self.scenequeue_notneeded:
|
||||
self.scenequeue_notneeded.remove(tid)
|
||||
|
||||
(mc, fn, taskname, taskfn) = split_tid_mcfn(tid)
|
||||
self.sqdata.stamps[tid] = bb.build.stampfile(taskname + "_setscene", self.rqdata.dataCaches[mc], taskfn, noextra=True)
|
||||
|
||||
Reference in New Issue
Block a user