]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta/lib/oe/package_manager.py: warn about failing scriptlets for all package types
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 12 Mar 2018 16:49:42 +0000 (18:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Mar 2018 13:27:18 +0000 (06:27 -0700)
commitcd005e2d5bab8bc7cf4fd8b66c0bcc0328a0decd
tree55827bfeb8fb6f5b7079eb06b501eb55ea26ff3f
parentc64a57d2ecad041e2eea7bde46aab8269b31fc15
meta/lib/oe/package_manager.py: warn about failing scriptlets for all package types

Previously this was done only for rpm packages; now also ipk/deb scriptlet
failures are reported.

In the future this will become a hard error, but it can't yet happen
due to the legacy 'exit 1' way of deferring scriptlet execution to first boot which
needs a deprecation period.

(From OE-Core rev: a36671faf6e0b7623185b0e22814a786d5444592)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py