From 961b1b4b6ee10bcb428f7a9f538200edd62ef9a0 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 20 Nov 2004 19:08:31 +0000 Subject: [PATCH] add /etc/sysconfig/hotplug to hotplug package BKrev: 419f962fgVPtiYFra8gkNDTO-QVfLg --- hotplug/files/sysconfig-hotplug | 0 hotplug/hotplug_20040920.oe | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 hotplug/files/sysconfig-hotplug diff --git a/hotplug/files/sysconfig-hotplug b/hotplug/files/sysconfig-hotplug new file mode 100644 index 0000000000..e69de29bb2 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 } -- 2.39.5