diff options
Diffstat (limited to 'hotplug')
| -rw-r--r-- | hotplug/hotplug_20040920.oe | 6 |
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 } |
