summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-02 08:15:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-02 09:16:24 +0100
commitc7994f83baa678a4670472e1f037bfc16cb1e3be (patch)
tree90c1e694526fcc164125d844c6e844e7b03b3f5f /bitbake
parent5894ac1f38cdbc74b8197710bd64fc79b05aec87 (diff)
downloadast2050-yocto-poky-c7994f83baa678a4670472e1f037bfc16cb1e3be.zip
ast2050-yocto-poky-c7994f83baa678a4670472e1f037bfc16cb1e3be.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 197308f..0700a5b 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
OpenPOWER on IntegriCloud