summaryrefslogtreecommitdiff
path: root/hotplug
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 08:26:04 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 08:26:04 +0000
commit113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch)
treee8f66c90bbf5fd25e373992147282f48d9d0619f /hotplug
parent06f7d17e81de21a95e35b03453242bc62b05a6aa (diff)
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'hotplug')
-rw-r--r--hotplug/hotplug_20030501.oe4
-rw-r--r--hotplug/hotplug_20030805.oe3
-rw-r--r--hotplug/hotplug_20040105.oe3
-rw-r--r--hotplug/hotplug_20040311.oe20
4 files changed, 30 insertions, 0 deletions
diff --git a/hotplug/hotplug_20030501.oe b/hotplug/hotplug_20030501.oe
index 482202f26c..6fd45abe72 100644
--- a/hotplug/hotplug_20030501.oe
+++ b/hotplug/hotplug_20030501.oe
@@ -1,3 +1,7 @@
+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://${FILESDIR}/busybox.patch;patch=1
S = "${WORKDIR}/hotplug-2003_05_01"
diff --git a/hotplug/hotplug_20030805.oe b/hotplug/hotplug_20030805.oe
index 8f3113faed..62e937e5a2 100644
--- a/hotplug/hotplug_20030805.oe
+++ b/hotplug/hotplug_20030805.oe
@@ -1,3 +1,6 @@
+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_08_05.tar.gz \
file://${FILESDIR}/busybox.patch;patch=1
S = "${WORKDIR}/hotplug-2003_08_05"
diff --git a/hotplug/hotplug_20040105.oe b/hotplug/hotplug_20040105.oe
index 96cd805517..8a9c60b6cd 100644
--- a/hotplug/hotplug_20040105.oe
+++ b/hotplug/hotplug_20040105.oe
@@ -1,3 +1,6 @@
+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-2004_01_05.tar.gz \
file://${FILESDIR}/busybox.patch;patch=1
S = "${WORKDIR}/hotplug-2004_01_05"
diff --git a/hotplug/hotplug_20040311.oe b/hotplug/hotplug_20040311.oe
index e69de29bb2..36024a830b 100644
--- a/hotplug/hotplug_20040311.oe
+++ b/hotplug/hotplug_20040311.oe
@@ -0,0 +1,20 @@
+DESCRIPTION = " This package contains the scripts necessary \
+for hotplug Linux support, and lets you plug in new devices \
+and use them immediately."
+SRC_URI = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_11.tar.gz
+S = ${WORKDIR}/hotplug-2004_03_11
+
+do_compile () {
+ oenote "Nothing to compile."
+}
+
+DEBFIX=sed -e 's:sysconfig/usb:default/hotplug.usb:'
+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
+}