]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Jul 2013 15:28:29 +0000 (16:28 +0100)
commite887858d495d772a4b2cd6ca4edc0c53942518d8
tree1adc2f202dfb4d0f5f986fb439572e5353b8f828
parent20b50e8d99fa58818a23d3e82411ac1691e6552d
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.

(From OE-Core master rev: 89c8493d4d85044cd72af2756569d15e87cd5947)

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