udev 151: blkid path changed
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 17 Aug 2015 21:33:13 +0000 (00:33 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 17 Aug 2015 21:33:13 +0000 (00:33 +0300)
after util-linux-ng update

recipes/udev/udev-151/omap3-pandora/mount.sh
recipes/udev/udev_151.bb

index ad10a3e..73ab5e7 100755 (executable)
@@ -8,7 +8,7 @@
 MOUNT="/bin/mount"
 PMOUNT="/usr/bin/pmount"
 UMOUNT="/bin/umount"
-blkid="/usr/sbin/blkid"
+blkid="/sbin/blkid"
 name="`basename "$DEVNAME"`"
 name2="`$blkid "$DEVNAME" -c /dev/null -o value -s LABEL | sed 's/ /_/g'`"
 name3=$(echo $DEVNAME | sed 's/.*dev.//g')
index 05ce8f7..b940fd5 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r24"
+PR = "r25"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"