Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "leimaohui" <leimaohui@cn.fujitsu.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 1/1]udev_182: creat a symbolic file /sbin/udevadm to fix haldaemon starts error.
Date: Fri, 20 Sep 2013 14:46:03 +0800	[thread overview]
Message-ID: <00d201ceb5cd$1440b070$3cc21150$@cn.fujitsu.com> (raw)

The haldaemon requires /sbin/udevadm to start.
So creat a symbolic file  /sbin/udevadm that links to /usr/bin/udevadm.



Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-core/udev/udev.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index dd250f7..fe53979 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -93,6 +93,9 @@ do_install_append () {
    install -d ${D}${sysconfdir}/udev/rules.d/

    install -m 0644 ${WORKDIR}/local.rules
${D}${sysconfdir}/udev/rules.d/local.rules
+
+   install -d ${D}/${base_sbindir}
+   ln -s ../usr/bin/udevadm ${D}/${base_sbindir}/udevadm

    # hid2hci has moved to bluez4. removed in udev as of version 169
    rm -f ${D}${base_libdir}/udev/hid2hci
--
1.7.1




             reply	other threads:[~2013-09-20  6:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20  6:46 leimaohui [this message]
2013-09-20  8:37 ` [PATCH 1/1]udev_182: creat a symbolic file /sbin/udevadm to fix haldaemon starts error Burton, Ross
2013-09-20  9:49   ` leimaohui
2013-09-23 15:34     ` Saul Wold

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='00d201ceb5cd$1440b070$3cc21150$@cn.fujitsu.com' \
    --to=leimaohui@cn.fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox