]> 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, 31 Dec 2014 10:17:35 +0000 (10:17 +0000)
commitd30920e3e51d731bacb68f50857b55ea0bb512bc
tree6311b7ee59ca7666dcae4dbda3a3625e8e02f3c1
parent972b8a14e65c544082806d8bcc38195b27345a89
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.

(From OE-Core rev: d8921e4ea68647dfcf02ae046c9e09bf59f3e6e4)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/package_manager.py