[oe-commits] [bitbake] 02/03: cooker: Allow faster exitting from parser threads

git at git.openembedded.org git at git.openembedded.org
Wed Jan 2 17:45:18 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch 1.40
in repository bitbake.

commit 23042d9b0dad40241a652ec1eeec9bd02ae9a148
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Dec 28 16:40:33 2018 +0000

    cooker: Allow faster exitting from parser threads
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cooker.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 7bfabc1..f374401 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -1913,9 +1913,6 @@ class Parser(multiprocessing.Process):
                 try:
                     job = self.jobs.get(timeout=0.25)
                 except queue.Empty:
-                    continue
-
-                if job is None:
                     break
                 result = self.parse(*job)
 

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


More information about the Openembedded-commits mailing list