udev: include udev-utils into udev rootfs
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>
Mon, 25 May 2009 00:51:19 +0000 (00:51 +0000)
committerKoen 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

index bbcdfeb..e687989 100644 (file)
@@ -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 \