From 113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 08:26:04 +0000 Subject: Add a ton of missing package DESCRIPTION fields. BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ --- hotplug/hotplug_20030501.oe | 4 ++++ hotplug/hotplug_20030805.oe | 3 +++ hotplug/hotplug_20040105.oe | 3 +++ hotplug/hotplug_20040311.oe | 20 ++++++++++++++++++++ 4 files changed, 30 insertions(+) (limited to 'hotplug') 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 +} -- cgit v1.2.3