diff options
Diffstat (limited to 'recipes/udev/udev_124.bb')
-rw-r--r-- | recipes/udev/udev_124.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/udev/udev_124.bb b/recipes/udev/udev_124.bb index 76edb2fa6f..37dc3a7dbe 100644 --- a/recipes/udev/udev_124.bb +++ b/recipes/udev/udev_124.bb @@ -2,13 +2,14 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod /dev/, handles hotplug events and loads drivers at boot time. It replaces \ the hotplug package and requires a kernel not older than 2.6.12." RPROVIDES_${PN} = "hotplug" -PR = "r14" +PR = "r15" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ file://flags.patch;patch=1 \ file://vol_id_ld.patch;patch=1 \ file://udevtrigger_add_devname_filtering.patch;patch=1 \ + file://libvolume-id-soname.patch;patch=1 \ file://mount.blacklist \ file://run.rules \ " |