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: lucaceresoli/bug-15201-perf-libtraceevent-missing~46501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a178b547bbf6d99c42cba6821b3f559e585a079;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1d38032e615..4e8b34d0bbc 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: