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 | |
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')
-rw-r--r-- | hotplug/hotplug-20040105/busybox.patch | 0 | ||||
-rw-r--r-- | hotplug/hotplug_20030501.oe | 17 | ||||
-rw-r--r-- | hotplug/hotplug_20030805.oe | 18 | ||||
-rw-r--r-- | hotplug/hotplug_20040105.oe | 0 |
4 files changed, 35 insertions, 0 deletions
diff --git a/hotplug/hotplug-20040105/busybox.patch b/hotplug/hotplug-20040105/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hotplug/hotplug-20040105/busybox.patch 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 --- /dev/null +++ b/hotplug/hotplug_20040105.oe |