From b7edd5e8583a234845d5d5abcfbb2412c0f53ecf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 14 Jan 2004 21:08:51 +0000 Subject: Add hotplug 2004_01_05, and install some missing files for all the hotplug builds (e.g. hotplug.functions). BKrev: 4005afe3jv6enJ1HvGH5r5hF7c3SCA --- hotplug/hotplug-20040105/busybox.patch | 0 hotplug/hotplug_20030501.oe | 17 +++++++++++++++++ hotplug/hotplug_20030805.oe | 18 ++++++++++++++++++ hotplug/hotplug_20040105.oe | 0 4 files changed, 35 insertions(+) create mode 100644 hotplug/hotplug-20040105/busybox.patch create mode 100644 hotplug/hotplug_20040105.oe (limited to 'hotplug') 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 -- cgit v1.2.3