summaryrefslogtreecommitdiff
path: root/recipes/udev/udev_124.bb
diff options
context:
space:
mode:
authorMaxime Petazzoni <mpetazzoni@mvista.com>2009-09-01 17:20:30 +0200
committerChris Larson <clarson@mvista.com>2009-12-09 11:47:09 -0700
commit9de20344a049c623228cc76e564bb7852992698c (patch)
treeebacdb5c6ebaba5149af460441e3d6e479ed8880 /recipes/udev/udev_124.bb
parent9e047cb931b2047b611d2df1b960a7adc14afa67 (diff)
udev: exclude mtd* from persistent storage rules
Exclude mtd* devices from the persistent storage rules to avoid invalid vol_id invocations on MTD partitions that may not be accessible. Signed-off-by: Maxime Petazzoni <mpetazzoni@mvista.com>
Diffstat (limited to 'recipes/udev/udev_124.bb')
-rw-r--r--recipes/udev/udev_124.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/udev/udev_124.bb b/recipes/udev/udev_124.bb
index 9477c55ab9..ab391a3394 100644
--- a/recipes/udev/udev_124.bb
+++ b/recipes/udev/udev_124.bb
@@ -2,7 +2,7 @@ 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 = "r17"
+PR = "r18"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \
@@ -10,6 +10,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://vol_id_ld.patch;patch=1 \
file://udevtrigger_add_devname_filtering.patch;patch=1 \
file://libvolume-id-soname.patch;patch=1 \
+ file://mtd-exclude-persistent.patch;patch=1 \
file://mount.blacklist \
file://run.rules \
file://default \