From: Richard Purdie Date: Tue, 15 Feb 2011 23:20:20 +0000 (+0000) Subject: bitbake/runqueue: When we have successfully collected a pid value return True to... X-Git-Tag: 2011-1~2345 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a178b547bbf6d99c42cba6821b3f559e585a079;p=openembedded-core.git 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 --- diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 1d38032e61..4e8b34d0bb 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -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: