First pass of .oe cleanups.
[openembedded.git] / hotplug / hotplug_20030805.oe
1 SRC_URI = ${SOURCEFORGE_MIRROR}/linux-hotplug/hotplug-2003_08_05.tar.gz \
2           file://${FILESDIR}/busybox.patch;patch=1
3 S = "${WORKDIR}/hotplug-2003_08_05"
4
5 do_compile () {
6         oenote "Nothing to compile."
7 }
8
9 DEBFIX = "sed -e 's:sysconfig/usb:default/hotplug.usb:'"
10 do_install () {
11         install -d ${D}/sbin ${D}/${sysconfdir}/hotplug \
12                    ${D}/${sysconfdir}/logcheck/ignore.d \
13                    ${D}/${sbindir}
14         oe_runmake prefix=${D} install
15         sh debian/fix-net.agent ${D}
16         install -m 0755 debian/update-usb.usermap ${D}/${sbindir}/
17         install -m 0644 debian/logcheck-ignore ${D}/${sysconfdir}/logcheck/ignore.d/hotplug
18 }