Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] udev: Use correct variable in udev.conf for run_path
@ 2012-10-29 15:53 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-10-29 15:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index ce7eec1..4705b9b 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -96,5 +96,5 @@ do_install_append () {
 	# hid2hci has moved to bluez4. removed in udev as of version 169
 	rm -f ${D}${base_libdir}/udev/hid2hci
 
-	echo 'run_path="/var/run/udev"' >> ${D}${sysconfdir}/udev/udev.conf
+	echo 'udev_run="/var/run/udev"' >> ${D}${sysconfdir}/udev/udev.conf
 }
diff --git a/meta/recipes-core/udev/udev_182.bb b/meta/recipes-core/udev/udev_182.bb
index a64f437..8e4a391 100644
--- a/meta/recipes-core/udev/udev_182.bb
+++ b/meta/recipes-core/udev/udev_182.bb
@@ -1,6 +1,6 @@
 include udev.inc
 
-PR = "r0"
+PR = "r1"
 
 # module-init-tools from kmod_git will provide libkmod runtime
 DEPENDS += "module-init-tools"





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-29 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 15:53 [PATCH] udev: Use correct variable in udev.conf for run_path Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox