Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
authorPhil Blundell <philb@gnu.org>
Sat, 2 Apr 2005 14:40:57 +0000 (14:40 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 2 Apr 2005 14:40:57 +0000 (14:40 +0000)
into mebius.reciva.com:/home/pb/oe/oe

2005/04/02 15:40:33+01:00 reciva.com!pb
add soc.agent to linux-hotplug

BKrev: 424eaef9prfFmWh2nyjt6pSH0Ptqjw

packages/linux-hotplug/files/soc.agent [new file with mode: 0644]
packages/linux-hotplug/linux-hotplug_20040920.bb

diff --git a/packages/linux-hotplug/files/soc.agent b/packages/linux-hotplug/files/soc.agent
new file mode 100644 (file)
index 0000000..e69de29
index 75846a0..dca0ba0 100644 (file)
@@ -7,7 +7,7 @@ RPROVIDES = "hotplug"
 RCONFLICTS = "hotplug"
 RREPLACES = "hotplug"
 SECTION = "base"
-PR = "r1"
+PR = "r2"
 RSUGGESTS = "pciutils usbutils"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
@@ -24,7 +24,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_2
           file://sysconfig-hotplug \
           file://sysconfig-usb \
           file://isapnp-exit.diff;patch=1 \
-          file://usb-storage"
+          file://usb-storage \
+          file://soc.agent"
           
 S = "${WORKDIR}/hotplug-2004_09_20"
 
@@ -60,6 +61,7 @@ do_install () {
        install -m 0755 ${WORKDIR}/sleeve.rc ${D}${sysconfdir}/hotplug/
        install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/
        install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/
+       install -m 0755 ${WORKDIR}/soc.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