mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: runqueue: Remove unused variable
(Bitbake rev: 91e5540f53aca93e3489255cfd95feaa0afd0498) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6b66f22686
commit
53d1027625
@@ -1892,8 +1892,6 @@ class RunQueueExecuteTasks(RunQueueExecute):
|
|||||||
alldeps = 0
|
alldeps = 0
|
||||||
if alldeps == 1:
|
if alldeps == 1:
|
||||||
self.setbuildable(revdep)
|
self.setbuildable(revdep)
|
||||||
fn = fn_from_tid(revdep)
|
|
||||||
taskname = taskname_from_tid(revdep)
|
|
||||||
logger.debug(1, "Marking task %s as buildable", revdep)
|
logger.debug(1, "Marking task %s as buildable", revdep)
|
||||||
|
|
||||||
def task_complete(self, task):
|
def task_complete(self, task):
|
||||||
|
|||||||
Reference in New Issue
Block a user