]> code.ossystems Code Review - openembedded-core.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>
Mon, 12 Mar 2018 22:28:04 +0000 (15:28 -0700)
commita36671faf6e0b7623185b0e22814a786d5444592
treefa28b184809c4181d81133b9cc41500a003c81b6
parenta0aa12e1d0ea9064b8dd816d4e82238df765506b
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.

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