From: Martin Jansa <martin.jansa@gmail.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: wpa-supplicant postinsts failing without sysvinit in DISTRO_FEATURES
Date: Fri, 12 Apr 2013 16:20:15 +0200 [thread overview]
Message-ID: <20130412142015.GP2477@jama> (raw)
[-- 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 --]
next reply other threads:[~2013-04-12 14:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-12 14:20 Martin Jansa [this message]
2013-04-12 14:21 ` wpa-supplicant postinsts failing without sysvinit in DISTRO_FEATURES Martin Jansa
2013-04-12 14:24 ` Burton, Ross
2013-04-12 14:43 ` Martin Jansa
2013-04-12 14:52 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130412142015.GP2477@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.