diff options
author | Phil Blundell <philb@gnu.org> | 2005-04-02 14:40:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-04-02 14:40:57 +0000 |
commit | 206507d70fd14b69d9ae24a570b8f8643fd1eac5 (patch) | |
tree | a719474be1f16c74a7c6ce6547e034d31d18f6ee /packages | |
parent | e3935593b5dab07968266fbe71c2d3210b565fe9 (diff) |
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
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
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-hotplug/files/soc.agent | 0 | ||||
-rw-r--r-- | packages/linux-hotplug/linux-hotplug_20040920.bb | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux-hotplug/files/soc.agent b/packages/linux-hotplug/files/soc.agent new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/linux-hotplug/files/soc.agent diff --git a/packages/linux-hotplug/linux-hotplug_20040920.bb b/packages/linux-hotplug/linux-hotplug_20040920.bb index 75846a04de..dca0ba0c1f 100644 --- a/packages/linux-hotplug/linux-hotplug_20040920.bb +++ b/packages/linux-hotplug/linux-hotplug_20040920.bb @@ -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 |