]> code.ossystems Code Review - openembedded-core.git/commit
package: Ensure we iterate all the pool objects
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 12:28:05 +0000 (12:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jun 2013 09:01:01 +0000 (10:01 +0100)
commit89c8493d4d85044cd72af2756569d15e87cd5947
treea0772c4d02ecaa7c5b030efba60be07683b3e11e
parent7950a307bc7d4104e6cfb09bb2ea267c5da83f2a
package: Ensure we iterate all the pool objects

There is the possibility that if we don't iterate through the multiprocessing
pool objects we might not catch return codes and this could lead to hung/zombie
processes either temproarily or on a wider scale. Adding this certainly doesn't
hurt anything and is better practise so we might as well do it.

Its not 100% clear if this fixes some issues or not.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass