All of lore.kernel.org
 help / color / mirror / Atom feed
* wpa-supplicant postinsts failing without sysvinit in DISTRO_FEATURES
@ 2013-04-12 14:20 Martin Jansa
  2013-04-12 14:21 ` Martin Jansa
  2013-04-12 14:24 ` Burton, Ross
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Jansa @ 2013-04-12 14:20 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

oe-core/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc

defines pkg_postinst_wpa-supplicant
with:
        if [ "x$DBUSPID" != "x" ]; then
                /etc/init.d/dbus-1 reload || true
        fi

and /etc/init.d/dbus-1 is missing without sysvinit in DISTRO_FEATURES

Thanks to "true" it doesn't fail completely, but if the goal is no
warnings in images then errors should be fixed too :)

Configuring wpa-supplicant.
//var/lib/opkg/info/wpa-supplicant.postinst: line 9: /etc/init.d/dbus-1:
//No such file or directory

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-12 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 14:20 wpa-supplicant postinsts failing without sysvinit in DISTRO_FEATURES Martin Jansa
2013-04-12 14:21 ` Martin Jansa
2013-04-12 14:24 ` Burton, Ross
2013-04-12 14:43   ` Martin Jansa
2013-04-12 14:52     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.