[oe-commits] Koen Kooi : udev git: bump to 170

git version control git at git.openembedded.org
Fri May 20 11:44:30 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 20 13:42:41 2011 +0200

udev git: bump to 170

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/udev/udev_git.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/udev/udev_git.bb b/recipes/udev/udev_git.bb
index cd0b4d9..7d704e4 100644
--- a/recipes/udev/udev_git.bb
+++ b/recipes/udev/udev_git.bb
@@ -13,9 +13,9 @@ DEFAULT_PREFERENCE = "-1"
 # Needed for udev-extras
 DEPENDS = "gperf-native usbutils acl glib-2.0"
 
-SRCREV = "f0fa13d7f7fdb8fb064c55a23c5c461b12f009b2"
-PV = "168"
-PR = "r2"
+SRCREV = "e5fd444fee244a3a15fc4ab59f662a341e985565"
+PV = "170"
+PR = "r0"
 PR_append = "+gitr${SRCPV}"
 
 # version specific SRC_URI
@@ -109,7 +109,7 @@ do_install () {
 	install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts
 
 	# disable udev-cache sysv script on systemd installs
-	ln -sf /dev/null $${D}/{base_libdir}/systemd/udev-cache.service
+	ln -sf /dev/null ${D}/${base_libdir}/systemd/udev-cache.service
 }
 
 # Create the cache after checkroot has run





More information about the Openembedded-commits mailing list