From: Michael Lauer Date: Sat, 19 Jun 2004 00:53:30 +0000 (+0000) Subject: apply a busybox-conformance patch to remove one of the last bashisms of hotplug X-Git-Tag: Release-2010-05/1~18635 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1ccb623b974eb72b5c84728341660f927dbc12;p=openembedded.git apply a busybox-conformance patch to remove one of the last bashisms of hotplug BKrev: 40d38e8aoJkKnt1mssDZ75lRXnGQ1g --- diff --git a/hotplug/hotplug-20040329/busybox.patch b/hotplug/hotplug-20040329/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe index f4d674533f..98555cfdb8 100644 --- a/hotplug/hotplug_20040329.oe +++ b/hotplug/hotplug_20040329.oe @@ -2,10 +2,12 @@ DESCRIPTION = "This package contains the scripts necessary \ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \ + file://busybox.patch;patch=1 \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore" S = "${WORKDIR}/hotplug-2004_03_29" +PR = "r1" INITSCRIPT_NAME = "hotplug" INITSCRIPT_PARAMS = "start 40 S . stop 89 0 6 ."