bitbake/runqueue: When we have successfully collected a pid value return True to ensure we don't sleep in the main loop

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-02-15 23:20:20 +00:00
parent 03d40a4a7b
commit 5a178b547b
1 changed files with 1 additions and 0 deletions

View File

@ -1028,6 +1028,7 @@ class RunQueueExecute:
self.task_fail(task, result[1]>>8)
else:
self.task_complete(task)
return True
def finish_now(self):
if self.stats.active: