diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-14 21:08:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-14 21:08:51 +0000 |
commit | b7edd5e8583a234845d5d5abcfbb2412c0f53ecf (patch) | |
tree | 6e80075e83afcbbb190d3637a3a98426466c82fd /hotplug/hotplug_20030501.oe | |
parent | 8b4cd1b9519587d226b60d89254296c859544d7e (diff) |
Add hotplug 2004_01_05, and install some missing files for all the hotplug builds (e.g. hotplug.functions).
BKrev: 4005afe3jv6enJ1HvGH5r5hF7c3SCA
Diffstat (limited to 'hotplug/hotplug_20030501.oe')
-rw-r--r-- | hotplug/hotplug_20030501.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hotplug/hotplug_20030501.oe b/hotplug/hotplug_20030501.oe index e69de29bb2..9ba39c5cd4 100644 --- a/hotplug/hotplug_20030501.oe +++ b/hotplug/hotplug_20030501.oe @@ -0,0 +1,17 @@ +SRC_URI = ${SOURCEFORGE_MIRROR}/linux-hotplug/hotplug-2003_05_01.tar.gz \ + file://${FILESDIR}/busybox.patch;patch=1 +S = ${WORKDIR}/hotplug-2003_05_01 + +do_compile () { + oenote "Nothing to compile." +} + +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 +} |