From 659058486a4b2737da49a00d681adaa6074ae1c8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 14 Nov 2004 02:02:15 +0000 Subject: [PATCH] revert last change BKrev: 4196bca75n0RSqL_oIHbfYMGijHG8A --- hotplug/hotplug_20040920.oe | 6 +++--- 1 file 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 } -- 2.39.5