[oe-commits] Marcin Juszkiewicz : udev 124: disable devcache on BUG 2.0

git version control git at git.openembedded.org
Mon Apr 12 09:09:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b246e72c547be71fc4c80d984191196da5ffd2fb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b246e72c547be71fc4c80d984191196da5ffd2fb

Author: Marcin Juszkiewicz <marcin at buglabs.net>
Date:   Mon Apr 12 10:07:05 2010 +0200

udev 124: disable devcache on BUG 2.0

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/udev/udev-124/bug20/default |    4 ++++
 recipes/udev/udev_124.bb            |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

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





More information about the Openembedded-commits mailing list