1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

bitbake: build/siggen/runqueue: Drop do_setscene references

do_setscene was from a different era before our modern setscene
per task code. It hasn't been used for years so remove some old
obsolete references to it.

(Bitbake rev: ef72282298f7c4db74383c23bb0251dd06d3c6d3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-12-10 11:42:45 +00:00
parent a40875b727
commit f329142a31
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1408,7 +1408,7 @@ class RunQueue:
logger.debug2("%s.%s is nostamp\n", fn, taskname)
return False
if taskname != "do_setscene" and taskname.endswith("_setscene"):
if taskname.endswith("_setscene"):
return True
if cache is None: