]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/utils: Make multiprocess_exec() return anything
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 28 Aug 2014 15:11:03 +0000 (17:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Aug 2014 22:42:57 +0000 (23:42 +0100)
commitabf4eb613eba0892a5f240de7aa3a9a1b2879354
treee778b2546dbd9fc3a444cbe0b6f16d42a4fe9494
parent7977a3c28677d9a248059b0be230f345227e798a
lib/oe/utils: Make multiprocess_exec() return anything

The variable "results" was accidentally used for multiple different
things at the same time, which unintentionally discarded anything that
was supposed to be returned from the function...

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/utils.py