]> code.ossystems Code Review - openembedded-core.git/commit
package_ipk|deb: Use oe.utils.multiprocess_launch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jul 2018 20:32:44 +0000 (20:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commitbcd47389f4b1fc69d2bb4da01933bfa1fdcae092
tree70b9a8d43d4a29db843b66a4b5a44fff1edc7b41
parentf7106cdf2190d9ec59132a1cb2bb431d653cd9c5
package_ipk|deb: Use oe.utils.multiprocess_launch

The current code had broken exception handling due to the use of a
"traceback" variable as well as an import. Use the new library code
for this instead which reduces code duplication and has fixed/improved
exception handling.

The chdir code can be dropped since any directory changes are in other
processes now so there is no need for it here and the code no longer
changes directory.

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