diff options
Diffstat (limited to 'hotplug')
-rw-r--r-- | hotplug/files/sysconfig-hotplug | 0 | ||||
-rw-r--r-- | hotplug/hotplug_20040920.oe | 7 |
2 files changed, 5 insertions, 2 deletions
diff --git a/hotplug/files/sysconfig-hotplug b/hotplug/files/sysconfig-hotplug new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hotplug/files/sysconfig-hotplug diff --git a/hotplug/hotplug_20040920.oe b/hotplug/hotplug_20040920.oe index 6bb40e31a0..8f1a76d3a4 100644 --- a/hotplug/hotplug_20040920.oe +++ b/hotplug/hotplug_20040920.oe @@ -3,7 +3,7 @@ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." LICENSE = "GPL" SECTION = "base" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ file://fix-net.agent \ @@ -13,7 +13,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2 file://sleeve.rc \ file://mmc.agent \ file://usbd.agent \ - file://usbd" + file://usbd \ + file://sysconfig-hotplug" S = "${WORKDIR}/hotplug-2004_09_20" INITSCRIPT_NAME = "hotplug" @@ -49,4 +50,6 @@ do_install () { install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/ #install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd + install -d ${D}${sysconfdir}/sysconfig + install -m 0644 ${WORKDIR}/sysconfig-hotplug ${D}${sysconfdir}/sysconfig/hotplug } |