diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:08:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:08:31 +0000 |
commit | 961b1b4b6ee10bcb428f7a9f538200edd62ef9a0 (patch) | |
tree | d77c7704e08ccd292ccfe5c407684935d8fe3a49 | |
parent | 24acc1c39a2b985ed640915ba543d027bdf093ab (diff) |
add /etc/sysconfig/hotplug to hotplug package
BKrev: 419f962fgVPtiYFra8gkNDTO-QVfLg
-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 } |