]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: check the result of create_index
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 21 Nov 2014 08:00:55 +0000 (16:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Dec 2014 12:22:41 +0000 (12:22 +0000)
commitd8921e4ea68647dfcf02ae046c9e09bf59f3e6e4
tree05f26b33c1b5a74dc731f6cbaa90a9e1b0114d8b
parentba4dd1afc2476259eff52f8a68fba1344e0f0474
package_manager.py: check the result of create_index

While invoking create_index failed, there was no error output
and didn't break the build until the package installation.
...
|ERROR: run-postinsts not found in the base feeds (qemux86 i586 x86
noarch any all).
...

The reason is we used multiprocessing to execute create_index, and
did not check its invoking result.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py