From fc7b3b20216b3737617a80e9a8e02887d4beb099 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 29 Mar 2004 21:17:55 +0000 Subject: 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 --- hotplug/hotplug-20040311/fix-net.agent | 0 hotplug/hotplug-20040311/logcheck-ignore | 0 hotplug/hotplug-20040311/update-usb.usermap | 0 hotplug/hotplug-20040329/fix-net.agent | 0 hotplug/hotplug-20040329/logcheck-ignore | 0 hotplug/hotplug-20040329/update-usb.usermap | 0 hotplug/hotplug_20040311.oe | 26 +++++++++++++++++--------- hotplug/hotplug_20040329.oe | 0 8 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 hotplug/hotplug-20040311/fix-net.agent create mode 100644 hotplug/hotplug-20040311/logcheck-ignore create mode 100644 hotplug/hotplug-20040311/update-usb.usermap create mode 100644 hotplug/hotplug-20040329/fix-net.agent create mode 100644 hotplug/hotplug-20040329/logcheck-ignore create mode 100644 hotplug/hotplug-20040329/update-usb.usermap create mode 100644 hotplug/hotplug_20040329.oe diff --git a/hotplug/hotplug-20040311/fix-net.agent b/hotplug/hotplug-20040311/fix-net.agent new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug-20040311/logcheck-ignore b/hotplug/hotplug-20040311/logcheck-ignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug-20040311/update-usb.usermap b/hotplug/hotplug-20040311/update-usb.usermap new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug-20040329/fix-net.agent b/hotplug/hotplug-20040329/fix-net.agent new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug-20040329/logcheck-ignore b/hotplug/hotplug-20040329/logcheck-ignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hotplug/hotplug-20040329/update-usb.usermap b/hotplug/hotplug-20040329/update-usb.usermap new file mode 100644 index 0000000000..e69de29bb2 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 -- cgit v1.2.3