diff options
Diffstat (limited to 'udev/udev_009.oe')
-rw-r--r-- | udev/udev_009.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udev/udev_009.oe b/udev/udev_009.oe index fe42d62318..f9e8716955 100644 --- a/udev/udev_009.oe +++ b/udev/udev_009.oe @@ -3,9 +3,9 @@ RDEPENDS = "libc6" 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 \ - file://${FILESDIR}/emptyextras.patch;patch=1 \ - file://${FILESDIR}/flags.patch;patch=1 +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ + file://${FILESDIR}/emptyextras.patch;patch=1 \ + file://${FILESDIR}/flags.patch;patch=1" bindir = "/bin" sbindir = "/sbin" |