git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdfbacd
)
udev: include udev-utils into udev rootfs
author
Ihar Hrachyshka
<ihar.hrachyshka@gmail.com>
Mon, 25 May 2009 00:51:19 +0000
(
00:51
+0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 25 May 2009 11:25:09 +0000
(13:25 +0200)
The reason for the move is that udevadm binary is executed from udev
init.d script.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/udev/udev_141.bb
patch
|
blob
|
history
diff --git
a/recipes/udev/udev_141.bb
b/recipes/udev/udev_141.bb
index
bbcdfeb
..
e687989
100644
(file)
--- a/
recipes/udev/udev_141.bb
+++ b/
recipes/udev/udev_141.bb
@@
-6,7
+6,10
@@
LICENSE = "GPL"
# Untested
DEFAULT_PREFERENCE = "-1"
-PR = "r7"
+PR = "r8"
+
+# needed for init.d script
+RDEPENDS_udev += "udev-utils"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://mount.blacklist \