[oe-commits] [openembedded-core] 53/69: eudev: remove redundant udev_run assignment

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 22:12:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 67f5573800d381a9483b813690f7724d750fee73
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Mar 7 13:49:37 2016 +0000

    eudev: remove redundant udev_run assignment
    
    The path isn't correct as we use /run/udev now, also /run/udev is the default
    value, and eudev doesn't let you override it like this anyway.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/udev/eudev_3.1.5.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/udev/eudev_3.1.5.bb b/meta/recipes-core/udev/eudev_3.1.5.bb
index c15dd89..ffcebcd 100644
--- a/meta/recipes-core/udev/eudev_3.1.5.bb
+++ b/meta/recipes-core/udev/eudev_3.1.5.bb
@@ -58,8 +58,6 @@ do_install_append() {
 
 	# hid2hci has moved to bluez4. removed in udev as of version 169
 	rm -f ${D}${base_libdir}/udev/hid2hci
-
-	echo 'udev_run="/var/run/udev"' >> ${D}${sysconfdir}/udev/udev.conf
 }
 
 INITSCRIPT_PACKAGES = "eudev udev-cache"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list