From: Richard Purdie Date: Mon, 2 Sep 2013 08:15:19 +0000 (+0000) Subject: bitbake: runqueue: Fix scenequeue to pass file descriptors, not a float X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7994f83baa678a4670472e1f037bfc16cb1e3be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: runqueue: Fix scenequeue to pass file descriptors, not a float This was missed off in a previous patch. (Bitbake rev: ad7664edd40fa46e6f6fec2144403e3b6fc3a639) Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 197308fd9da..0700a5bf710 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -1723,7 +1723,7 @@ class RunQueueExecuteScenequeue(RunQueueExecute): if self.stats.active > 0: self.rq.read_workers() - return 0.5 + return self.rq.active_fds() # Convert scenequeue_covered task numbers into full taskgraph ids oldcovered = self.scenequeue_covered