Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-16 Thread Burton, Ross
Hi Martin, On 8 April 2013 20:03, Martin Jansa wrote: > There is also error from prerm :/ > > //var/lib/opkg/info/dbus-1.prerm: line 3: /etc/init.d/dbus-1: No such file or > directory > > updatercd_prerm() { > if test "x$D" = "x"; then > ${INIT_D_DIR}/${INITSCRIPT_NAME} stop > fi > } > >

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-08 Thread Martin Jansa
On Thu, Apr 04, 2013 at 11:38:41PM +0100, Richard Purdie wrote: > On Thu, 2013-04-04 at 18:55 +0200, Martin Jansa wrote: > > On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: > > > On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > > > > * fixes udev configure in run-postinsts f

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:55 +0200, Martin Jansa wrote: > On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: > > On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > > > * fixes udev configure in run-postinsts failing with: > > > update-rc.d: /etc/init.d/systemd-udev: file does no

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
On Thu, Apr 04, 2013 at 05:46:48PM +0100, Richard Purdie wrote: > On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > > * fixes udev configure in run-postinsts failing with: > > update-rc.d: /etc/init.d/systemd-udev: file does not exist > > because systemd-udev is installed only with sysvi

Re: [OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Richard Purdie
On Thu, 2013-04-04 at 18:42 +0200, Martin Jansa wrote: > * fixes udev configure in run-postinsts failing with: > update-rc.d: /etc/init.d/systemd-udev: file does not exist > because systemd-udev is installed only with sysvinit in features > but update-rc.d was always called from PN postinst >

[OE-core] [PATCH 1/2] systemd: set INHIBIT_UPDATERCD_BBCLASS without sysvinit in features

2013-04-04 Thread Martin Jansa
* fixes udev configure in run-postinsts failing with: update-rc.d: /etc/init.d/systemd-udev: file does not exist because systemd-udev is installed only with sysvinit in features but update-rc.d was always called from PN postinst Signed-off-by: Martin Jansa --- meta/recipes-core/systemd/sys