summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
Diffstat (limited to 'udev')
-rw-r--r--udev/udev_042.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/udev/udev_042.oe b/udev/udev_042.oe
index 79ea9d5674..ef5e35d876 100644
--- a/udev/udev_042.oe
+++ b/udev/udev_042.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \
/dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://flags.patch;patch=1 \
@@ -9,6 +9,9 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \
file://init"
+PACKAGES =+ "udev-utils"
+FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest"
+
inherit update-rc.d
INITSCRIPT_NAME = "udev"