diff options
Diffstat (limited to 'udev/udev_024.oe')
-rw-r--r-- | udev/udev_024.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev_024.oe b/udev/udev_024.oe index fe6b915271..1db0f34568 100644 --- a/udev/udev_024.oe +++ b/udev/udev_024.oe @@ -3,8 +3,8 @@ DESCRIPTION = " udev is a program which dynamically creates and removes device n /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}/flags.patch;patch=1 \ - file://${FILESDIR}/sh-not-bash.patch;patch=1" + file://flags.patch;patch=1 \ + file://sh-not-bash.patch;patch=1" bindir = "/bin" sbindir = "/sbin" |