aboutsummaryrefslogtreecommitdiffstats
path: root/hotplug
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-29 21:17:55 +0000
committerChris Larson <clarson@kergoth.com>2004-03-29 21:17:55 +0000
commitfc7b3b20216b3737617a80e9a8e02887d4beb099 (patch)
tree8e5bee29c72dce45e4109b9a96ef77b2934131a0 /hotplug
parent3895d9a6fa20c3be6687f847b3f0b9719c9b9066 (diff)
downloadopenembedded-fc7b3b20216b3737617a80e9a8e02887d4beb099.tar.gz
Add hotplug 2004-03-29, and fix the 2004-03-11 build to stop relying on the debian/ dir that hotplug's sources include.
BKrev: 40689283T69dxbVtTGHeTjG7W9_Uxw
Diffstat (limited to 'hotplug')
-rw-r--r--hotplug/hotplug-20040311/fix-net.agent0
-rw-r--r--hotplug/hotplug-20040311/logcheck-ignore0
-rw-r--r--hotplug/hotplug-20040311/update-usb.usermap0
-rw-r--r--hotplug/hotplug-20040329/fix-net.agent0
-rw-r--r--hotplug/hotplug-20040329/logcheck-ignore0
-rw-r--r--hotplug/hotplug-20040329/update-usb.usermap0
-rw-r--r--hotplug/hotplug_20040311.oe26
-rw-r--r--hotplug/hotplug_20040329.oe0
8 files changed, 17 insertions, 9 deletions
diff --git a/hotplug/hotplug-20040311/fix-net.agent b/hotplug/hotplug-20040311/fix-net.agent
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040311/fix-net.agent
diff --git a/hotplug/hotplug-20040311/logcheck-ignore b/hotplug/hotplug-20040311/logcheck-ignore
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040311/logcheck-ignore
diff --git a/hotplug/hotplug-20040311/update-usb.usermap b/hotplug/hotplug-20040311/update-usb.usermap
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040311/update-usb.usermap
diff --git a/hotplug/hotplug-20040329/fix-net.agent b/hotplug/hotplug-20040329/fix-net.agent
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040329/fix-net.agent
diff --git a/hotplug/hotplug-20040329/logcheck-ignore b/hotplug/hotplug-20040329/logcheck-ignore
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040329/logcheck-ignore
diff --git a/hotplug/hotplug-20040329/update-usb.usermap b/hotplug/hotplug-20040329/update-usb.usermap
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug-20040329/update-usb.usermap
diff --git a/hotplug/hotplug_20040311.oe b/hotplug/hotplug_20040311.oe
index 7047f3888e..f8f92aaf0a 100644
--- a/hotplug/hotplug_20040311.oe
+++ b/hotplug/hotplug_20040311.oe
@@ -5,16 +5,24 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_1
S = "${WORKDIR}/hotplug-2004_03_11"
do_compile () {
- oenote "Nothing to compile."
+ :
}
-DEBFIX = "sed -e 's:sysconfig/usb:default/hotplug.usb:'"
+oldmandir := "${mandir}"
+oldsbindir := "${sbindir}"
+prefix = ""
+exec_prefix = ""
+FILES_hotplug_append = " ${oldsbindir}"
+FILES_hotplug-doc_append = " ${oldmandir}"
+
+export 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
+ install -d ${D}/${sysconfdir}/logcheck/ignore.d \
+ ${D}/${oldmandir} ${D}/${oldsbindir}
+ oe_runmake prefix=${D}${prefix} exec_prefix=${D}${exec_prefix} \
+ etcdir=${D}${sysconfdir} sbindir=${D}${sbindir} \
+ mandir=${D}${oldmandir} install
+ sh ${FILESDIR}/fix-net.agent ${D}
+ install -m 0755 ${FILESDIR}/update-usb.usermap ${D}/${oldsbindir}/
+ install -m 0644 ${FILESDIR}/logcheck-ignore ${D}/${sysconfdir}/logcheck/ignore.d/hotplug
}
diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/hotplug/hotplug_20040329.oe