summaryrefslogtreecommitdiff
path: root/hotplug/hotplug_20030501.oe
diff options
context:
space:
mode:
Diffstat (limited to 'hotplug/hotplug_20030501.oe')
-rw-r--r--hotplug/hotplug_20030501.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/hotplug/hotplug_20030501.oe b/hotplug/hotplug_20030501.oe
deleted file mode 100644
index 0bd0d58caf..0000000000
--- a/hotplug/hotplug_20030501.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-SECTION = "base"
-DESCRIPTION = " This package contains the scripts necessary \
-for hotplug Linux support, and lets you plug in new devices \
-and use them immediately."
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/linux-hotplug/hotplug-2003_05_01.tar.gz \
- file://busybox.patch;patch=1"
-S = "${WORKDIR}/hotplug-2003_05_01"
-
-do_compile () {
- oenote "Nothing to compile."
-}
-
-do_install () {
- install -d ${D}/sbin ${D}/${sysconfdir}/hotplug \
- ${D}/${sysconfdir}/logcheck/ignore.d \
- ${D}/${sbindir}
- oe_runmake prefix=${D} install
- sh debian/fix-net.agent ${D}
- install -m 0755 debian/update-usb.usermap ${D}/${sbindir}/
- install -m 0644 debian/logcheck-ignore ${D}/${sysconfdir}/logcheck/ignore.d/hotplug
-}