[oe-commits] [bitbake] 03/04: fixup

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 23:11:48 UTC 2016


rpurdie pushed a commit to branch master-next-f
in repository bitbake.

commit 97676f34a90a3ba3eac947967ad90c03b99b56ea
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Jun 13 00:03:47 2016 +0100

    fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/runqueue.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 2ce94fb..de618ff 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1755,11 +1755,6 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
         # therefore aims to collapse the huge runqueue dependency tree into a smaller one
         # only containing the setscene functions.
 
-        for task in range(self.stats.total):
-            self.runq_running.append(0)
-            self.runq_complete.append(0)
-            self.runq_buildable.append(0)
-
         # First process the chains up to the first setscene task.
         endpoints = {}
         for task in range(len(self.rqdata.runq_fnid)):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list