summaryrefslogtreecommitdiff
path: root/hotplug/hotplug_20040920.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-14 02:02:15 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-14 02:02:15 +0000
commit659058486a4b2737da49a00d681adaa6074ae1c8 (patch)
tree2f5d640654d89171c7f9bd433182ec6a927c3904 /hotplug/hotplug_20040920.oe
parentca50dd5329b0be53bf85e52829946768757b63f5 (diff)
revert last change
BKrev: 4196bca75n0RSqL_oIHbfYMGijHG8A
Diffstat (limited to 'hotplug/hotplug_20040920.oe')
-rw-r--r--hotplug/hotplug_20040920.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/hotplug/hotplug_20040920.oe b/hotplug/hotplug_20040920.oe
index 6b340316f1..610bac88bb 100644
--- a/hotplug/hotplug_20040920.oe
+++ b/hotplug/hotplug_20040920.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "This package contains the scripts necessary \
for hotplug Linux support, and lets you plug in new devices \
and use them immediately."
SECTION = "base"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
file://fix-net.agent \
@@ -36,7 +36,7 @@ do_install () {
install -d ${D}/${sysconfdir}/logcheck/ignore.d
install -d ${D}/${oldmandir}
install -d ${D}/${oldsbindir}
- install -d ${D}/${sysconfdir}/default
+ #install -d ${D}/${sysconfdir}/default
oe_runmake prefix=${D}${prefix} exec_prefix=${D}${exec_prefix} \
etcdir=${D}${sysconfdir} sbindir=${D}${sbindir} \
mandir=${D}${oldmandir} install
@@ -47,5 +47,5 @@ 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}/usbd ${D}${sysconfdir}/default/usbd
+ #install -m 0755 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd
}