SECTION = "base" DESCRIPTION = "This package contains the scripts necessary \ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." LICENSE = "GPL" RPROVIDES_${PN} = "hotplug" RCONFLICTS_${PN} = "hotplug" RREPLACES_${PN} = "hotplug" PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \ file://busybox.patch;patch=1 \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore \ file://sleeve.agent file://sleeve.rc file://mmc.agent \ file://usbd.agent" S = "${WORKDIR}/hotplug-2004_03_29" INITSCRIPT_NAME = "hotplug" INITSCRIPT_PARAMS = "start 40 S . stop 89 0 6 ." inherit update-rc.d do_compile () { : } 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}${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 ${WORKDIR}/fix-net.agent ${D} install -m 0755 ${WORKDIR}/update-usb.usermap ${D}${oldsbindir}/ install -m 0644 ${WORKDIR}/logcheck-ignore ${D}${sysconfdir}/logcheck/ignore.d/hotplug install -m 0755 ${WORKDIR}/sleeve.agent ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/sleeve.rc ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/ } opie-tetrix?id=211c8a00022fcbadcf35a3dc42717bb3168765ae'>commitdiff
path: root/packages/opie-tetrix
AgeCommit message (Expand)AuthorFiles
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther1
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1