]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: Don't ignore installation failures in install_complementary
authorFabio Berton <fbberton@gmail.com>
Mon, 28 Jun 2021 14:14:27 +0000 (15:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Jun 2021 21:23:39 +0000 (22:23 +0100)
commit8042ad9ca91ddaaf741366e1068c63c284ff98f5
tree9e9a05da994c621176fa4e46c37317a5f256dccc
parentfccd2ade0e345625ed9a4b74a7431b000ce2214f
lib/oe/package_manager: Don't ignore installation failures in install_complementary

When attempt_only flag is set to True all installation failures are
ignored. Disable attempt_only, that is the default in install function,
to raise error in install_complementary and to prevent do_populate_sdk
task to treat errors as warnings.

[RP: Historically some of our addtional packages were in bad shape and
wouldn't all install. This is no longer the case so we shouldn't need
a hack like this any longer.]

Signed-off-by: Fabio Berton <fabio.berton@criticaltechworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager/__init__.py