From: Chris Larson Date: Wed, 14 Jan 2004 21:08:51 +0000 (+0000) Subject: Add hotplug 2004_01_05, and install some missing files for all the hotplug builds... X-Git-Tag: Release-2010-05/1~20379 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7edd5e8583a234845d5d5abcfbb2412c0f53ecf;p=openembedded.git Add hotplug 2004_01_05, and install some missing files for all the hotplug builds (e.g. hotplug.functions). BKrev: 4005afe3jv6enJ1HvGH5r5hF7c3SCA --- diff --git a/hotplug/hotplug-20040105/busybox.patch b/hotplug/hotplug-20040105/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 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 +} diff --git a/hotplug/hotplug_20030805.oe b/hotplug/hotplug_20030805.oe index e69de29bb2..f5a4e5a699 100644 --- a/hotplug/hotplug_20030805.oe +++ b/hotplug/hotplug_20030805.oe @@ -0,0 +1,18 @@ +SRC_URI = ${SOURCEFORGE_MIRROR}/linux-hotplug/hotplug-2003_08_05.tar.gz \ + file://${FILESDIR}/busybox.patch;patch=1 +S = ${WORKDIR}/hotplug-2003_08_05 + +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 +} diff --git a/hotplug/hotplug_20040105.oe b/hotplug/hotplug_20040105.oe new file mode 100644 index 0000000000..e69de29bb2