diff options
Diffstat (limited to 'udev/udev_006.oe')
-rw-r--r-- | udev/udev_006.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev_006.oe b/udev/udev_006.oe index 0f988603e1..c34e0e6b1c 100644 --- a/udev/udev_006.oe +++ b/udev/udev_006.oe @@ -1,9 +1,9 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \ +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." -SRC_URI = http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz" bindir = "/bin" sbindir = "/sbin" |