diff options
Diffstat (limited to 'packages/hotplug-qcop')
-rw-r--r-- | packages/hotplug-qcop/hotplug-qcop_cvs.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/hotplug-qcop/hotplug-qcop_cvs.bb b/packages/hotplug-qcop/hotplug-qcop_cvs.bb deleted file mode 100644 index 5c0d238453..0000000000 --- a/packages/hotplug-qcop/hotplug-qcop_cvs.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "HotPlug -> QCOP Event Bridge" -SECTION = "opie/base" -RDEPENDS = "opie-qcop hotplug" -LICENSE = "GPL" -PR = "r0" - -SRC_URI = "${HANDHELDS_CVS};module=opie/core/tools/hotplug-qcop" -S = "${WORKDIR}/hotplug-qcop" - -inherit opie - -sbindir="/sbin" - -do_install() { - install -d ${D}${sbindir} - install -m 0755 hotplug-qcop ${D}${sbindir} - - install -d ${D}${sysconfdir}/hotplug.d/default/ - ln -sf /sbin/hotplug-qcop ${D}${sysconfdir}/hotplug.d/default/11-qcop.hotplug -} - -FILES_${PN} = "${sysconfdir} ${sbindir}" |