Files
poky/meta
Alexander Kanavin c64a57d2ec package.bbclass: run pre/post installation/removal scriptlets using sh -e
This allows catching errors in the scriptlets which would otherwise
go unnoticed, e.g. this sequence:
====
bogus_command
proper_command
====
would work just fine without any visible warnings or errors.

This was previously done only for rpm packages; this patch replaces
the rpm-specific tweak with one that works for all package types.

(From OE-Core rev: a0aa12e1d0ea9064b8dd816d4e82238df765506b)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-15 06:27:18 -07:00
..
2018-03-15 06:27:18 -07:00
2018-03-11 06:27:00 -07:00
2018-03-11 06:27:01 -07:00
2018-03-11 06:27:01 -07:00
2018-03-11 06:27:01 -07:00
2014-01-02 12:58:54 +00:00
2016-01-07 13:40:14 +00:00