diff options
-rw-r--r-- | hotplug/hotplug-20040311/fix-net.agent | 0 | ||||
-rw-r--r-- | hotplug/hotplug-20040311/logcheck-ignore | 0 | ||||
-rw-r--r-- | hotplug/hotplug-20040311/update-usb.usermap | 0 | ||||
-rw-r--r-- | hotplug/hotplug-20040329/fix-net.agent | 0 | ||||
-rw-r--r-- | hotplug/hotplug-20040329/logcheck-ignore | 0 | ||||
-rw-r--r-- | hotplug/hotplug-20040329/update-usb.usermap | 0 | ||||
-rw-r--r-- | hotplug/hotplug_20040311.oe | 26 | ||||
-rw-r--r-- | hotplug/hotplug_20040329.oe | 0 |
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 |