udev: add sbin into PATH for network.sh, should close #2869
authorClement Hermann <clement.hermann@free.fr>
Tue, 28 Aug 2007 04:16:45 +0000 (04:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 28 Aug 2007 04:16:45 +0000 (04:16 +0000)
packages/udev/files/network.sh
packages/udev/udev_092.bb
packages/udev/udev_097.bb
packages/udev/udev_100.bb

index 5016328..7c4bd00 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# we need /sbin in our PATH
+PATH="/sbin:/usr/sbin/:$PATH"
 
 # Do not run when pcmcia-cs is installed
 test -x /sbin/cardctl && exit 0
index b946b98..2732c73 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."
 RPROVIDES_${PN} = "hotplug"
 
-PR = "r20"
+PR = "r21"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \
index 360e601..397d3b9 100644 (file)
@@ -8,7 +8,7 @@ used to detect the type of a file system and read its metadata."
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \
index e4ef839..ac981bb 100644 (file)
@@ -9,7 +9,7 @@ used to detect the type of a file system and read its metadata."
 DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
 needed to link programs with libvolume_id."
 
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \