aboutsummaryrefslogtreecommitdiffstats
path: root/diethotplug
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-22 07:18:52 +0000
committerChris Larson <clarson@kergoth.com>2003-11-22 07:18:52 +0000
commit98e5596492ce4056911cfe0a16a1bde0786c9e4a (patch)
treeb65ee4bb69096e6e46b382a22c825cfadca7c597 /diethotplug
parent39b432aad0d35e96b48d063beafbc25fb040fabb (diff)
downloadopenembedded-98e5596492ce4056911cfe0a16a1bde0786c9e4a.tar.gz
Update some upstream URIs.
BKrev: 3fbf0ddcKa1Xea1ZrURxtxqG_150rQ
Diffstat (limited to 'diethotplug')
-rw-r--r--diethotplug/diethotplug_0.4.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/diethotplug/diethotplug_0.4.oe b/diethotplug/diethotplug_0.4.oe
index e69de29bb2..336b14146d 100644
--- a/diethotplug/diethotplug_0.4.oe
+++ b/diethotplug/diethotplug_0.4.oe
@@ -0,0 +1,17 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz
+
+export KLIBC=
+do_compile () {
+ perl convert_usb.pl ${FILESDIR}/modules.usbmap > usb_modules.h
+ perl convert_pci.pl ${FILESDIR}/modules.pcimap > pci_modules.h
+ perl convert_ieee1394.pl ${FILESDIR}/modules.ieee1394map > ieee1394_modules.h
+ oe_runmake
+}
+
+do_install () {
+ install -d ${D}/${sbindir}
+ install -m 0755 hotplug ${D}/${sbindir}/
+}