Add hotplug 2004_01_05, and install some missing files for all the hotplug builds...
authorChris Larson <clarson@kergoth.com>
Wed, 14 Jan 2004 21:08:51 +0000 (21:08 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 14 Jan 2004 21:08:51 +0000 (21:08 +0000)
BKrev: 4005afe3jv6enJ1HvGH5r5hF7c3SCA

hotplug/hotplug-20040105/busybox.patch [new file with mode: 0644]
hotplug/hotplug_20030501.oe
hotplug/hotplug_20030805.oe
hotplug/hotplug_20040105.oe [new file with mode: 0644]

diff --git a/hotplug/hotplug-20040105/busybox.patch b/hotplug/hotplug-20040105/busybox.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..9ba39c5 100644 (file)
@@ -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
+}
index e69de29..f5a4e5a 100644 (file)
@@ -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 (file)
index 0000000..e69de29