]> code.ossystems Code Review - openembedded-core.git/commit
sysklogd and busybox: ignore return code from init script stop
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 11 Oct 2016 12:43:29 +0000 (15:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Oct 2016 21:18:36 +0000 (22:18 +0100)
commit806a910927f479207d47b06c20a0497e91203266
tree24f39e24387564a0bee872a45eb2bb27a13e3f64
parentdaa3c266a7ffa060b52381fa00df518102fceda8
sysklogd and busybox: ignore return code from init script stop

The init script will return '1' if we try to stop the service and it is
not currently running. The prerm scriptlet must not fail because of this
because it will cause package deinstallation of upgrade fail if opkg
package manager is used.

[YOCTO #10299]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-extended/sysklogd/sysklogd.inc