udev 124: disable devcache on BUG 2.0
authorMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 12 Apr 2010 08:07:05 +0000 (10:07 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Mon, 12 Apr 2010 09:09:18 +0000 (11:09 +0200)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
recipes/udev/udev-124/bug20/default [new file with mode: 0644]
recipes/udev/udev_124.bb

diff --git a/recipes/udev/udev-124/bug20/default b/recipes/udev/udev-124/bug20/default
new file mode 100644 (file)
index 0000000..d0050b8
--- /dev/null
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
index ab391a3..c54dff6 100644 (file)
@@ -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 = "r18"
+PR = "r19"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \