]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package/package_manager: multiprocess_exec -> multiprocess_launch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2018 15:15:38 +0000 (15:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commitaa8260adf53139d776a2affe6118d28b295c1fab
treec41e3a6bd241fa6bd8c60e864b25aedfc7ec374e
parent9f058857fb692f1251deb43bcaa7ed0120140093
package/package_manager: multiprocess_exec -> multiprocess_launch

After this replacement, the parent exception handling works so we don't
need subprocess wrapping with bb.error in the underlying functions.

The underlying contexts also have better module handling so the imports
can be cleaned up.

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