From 834007bb24a79a7a4af9b644b0c659e05eb99874 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 18 Aug 2015 00:33:13 +0300 Subject: [PATCH] udev 151: blkid path changed after util-linux-ng update --- recipes/udev/udev-151/omap3-pandora/mount.sh | 2 +- recipes/udev/udev_151.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/udev/udev-151/omap3-pandora/mount.sh b/recipes/udev/udev-151/omap3-pandora/mount.sh index ad10a3ef60..73ab5e7730 100755 --- a/recipes/udev/udev-151/omap3-pandora/mount.sh +++ b/recipes/udev/udev-151/omap3-pandora/mount.sh @@ -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') diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index 05ce8f704c..b940fd55df 100644 --- a/recipes/udev/udev_151.bb +++ b/recipes/udev/udev_151.bb @@ -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" -- 2.39.5