Hotplug mmc-agent: Increase delay to give udev based systems more time to create...
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Jul 2005 09:00:30 +0000 (09:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 09:00:30 +0000 (09:00 +0000)
packages/linux-hotplug/files/mmc.agent
packages/linux-hotplug/linux-hotplug_20040920.bb

index 3b2050d..a80daa4 100755 (executable)
@@ -30,7 +30,7 @@ case `uname -r` in
 esac
 
 if [ "$ACTION" = "add" ] ; then
-    sleep 1    
+    sleep 4
     echo -n add > /dev/console
     for n in 1 2 3 4 ; do
        device=/dev/$devpath$n
index 26b204e..ef2fde6 100644 (file)
@@ -7,16 +7,16 @@ RPROVIDES = "hotplug"
 RCONFLICTS = "hotplug"
 RREPLACES = "hotplug"
 SECTION = "base"
-PR = "r4"
 RSUGGESTS = "pciutils usbutils"
+PR = "r5"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
-          file://userspecified_hcd.patch;patch=1 \
-          file://hotplug-net-agent-usb.patch;patch=1 \
-           file://usbrc-busybox.patch;patch=1 \
-           file://fix-net.agent \
-           file://update-usb.usermap \
-           file://logcheck-ignore \
+       file://userspecified_hcd.patch;patch=1 \
+       file://hotplug-net-agent-usb.patch;patch=1 \
+       file://usbrc-busybox.patch;patch=1 \
+       file://fix-net.agent \
+       file://update-usb.usermap \
+       file://logcheck-ignore \
           file://sleeve.agent \
           file://sleeve.rc \
           file://mmc.agent \