Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / hotplug / hotplug_20030501.oe
1 DESCRIPTION = " This package contains the scripts necessary \
2 for hotplug Linux support, and lets you plug in new devices \
3 and use them immediately."
4
5 SRC_URI = ${SOURCEFORGE_MIRROR}/linux-hotplug/hotplug-2003_05_01.tar.gz \
6           file://${FILESDIR}/busybox.patch;patch=1
7 S = "${WORKDIR}/hotplug-2003_05_01"
8
9 do_compile () {
10         oenote "Nothing to compile."
11 }
12
13 do_install () {
14         install -d ${D}/sbin ${D}/${sysconfdir}/hotplug \
15                    ${D}/${sysconfdir}/logcheck/ignore.d \
16                    ${D}/${sbindir}
17         oe_runmake prefix=${D} install
18         sh debian/fix-net.agent ${D}
19         install -m 0755 debian/update-usb.usermap ${D}/${sbindir}/
20         install -m 0644 debian/logcheck-ignore ${D}/${sysconfdir}/logcheck/ignore.d/hotplug
21 }