diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
commit | 113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch) | |
tree | e8f66c90bbf5fd25e373992147282f48d9d0619f /hotplug/hotplug_20040311.oe | |
parent | 06f7d17e81de21a95e35b03453242bc62b05a6aa (diff) |
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'hotplug/hotplug_20040311.oe')
-rw-r--r-- | hotplug/hotplug_20040311.oe | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |