- added as OpenZaurus specific now - I don't know how much machines
with 2.4 and PCI exist in OE world.
--- /dev/null
+--- hotplug-2004_09_20/etc/hotplug/pci.rc.orig 2006-01-14 16:15:34.000000000 +0100
++++ hotplug-2004_09_20/etc/hotplug/pci.rc 2006-01-14 16:16:19.000000000 +0100
+@@ -45,7 +45,7 @@
+ # 2.4 kernels
+ LISTER=`which pcimodules`
+ if [ "$LISTER" = "" ] || [ ! -f /proc/bus/pci/devices ] || [ ! -x pci.agent ]; then
+- echo $"** can't synthesize pci hotplug events"
++ # echo $"** can't synthesize pci hotplug events"
+ return 1
+ fi
+
RREPLACES_${PN} = "hotplug"
SECTION = "base"
RSUGGESTS = "pciutils usbutils"
-PR = "r7"
+PR = "r8"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
file://userspecified_hcd.patch;patch=1 \
file://isapnp-exit.diff;patch=1 \
file://usb-storage \
file://soc.agent"
-
+
+SRC_URI_append_openzaurus = " file://quiet-pci.patch;patch=1"
+
S = "${WORKDIR}/hotplug-2004_09_20"
INITSCRIPT_NAME = "hotplug"