diff options
Diffstat (limited to 'hotplug/hotplug_20040920.oe')
-rw-r--r-- | hotplug/hotplug_20040920.oe | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hotplug/hotplug_20040920.oe b/hotplug/hotplug_20040920.oe index 8f1a76d3a4..e6e5ad9347 100644 --- a/hotplug/hotplug_20040920.oe +++ b/hotplug/hotplug_20040920.oe @@ -3,9 +3,10 @@ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." LICENSE = "GPL" SECTION = "base" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ + file://userspecified_hcd.patch;patch=1 \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore \ @@ -14,7 +15,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2 file://mmc.agent \ file://usbd.agent \ file://usbd \ - file://sysconfig-hotplug" + file://sysconfig-hotplug \ + file://sysconfig-usb" S = "${WORKDIR}/hotplug-2004_09_20" INITSCRIPT_NAME = "hotplug" @@ -52,4 +54,5 @@ do_install () { #install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd install -d ${D}${sysconfdir}/sysconfig install -m 0644 ${WORKDIR}/sysconfig-hotplug ${D}${sysconfdir}/sysconfig/hotplug + install -m 0644 ${WORKDIR}/sysconfig-usb ${D}/${sysconfdir}/sysconfig/usb } |