aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-30 22:27:36 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-30 22:33:29 +0100
commitf333d4b58154187507d247e1399cc45d88d33929 (patch)
tree82c6469d9a7b417428500565bc4ddd8bf377e2f1 /recipes-qtopia
parentedf4daef063ab4b7eac29c321cad22bbc8923d60 (diff)
downloadmeta-opie-f333d4b58154187507d247e1399cc45d88d33929.tar.gz
hotplug-qcop: remove
hotplug is no longer used with modern Linux - we don't include hotplug-qcop anywhere and I don't expect we ever will again, so let's just remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-rw-r--r--recipes-qtopia/hotplug-qcop/hotplug-qcop_cvs.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-qtopia/hotplug-qcop/hotplug-qcop_cvs.bb b/recipes-qtopia/hotplug-qcop/hotplug-qcop_cvs.bb
deleted file mode 100644
index cb2e9e2..0000000
--- a/recipes-qtopia/hotplug-qcop/hotplug-qcop_cvs.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "HotPlug -> QCOP Event Bridge"
-SECTION = "opie/base"
-RDEPENDS_${PN} = "opie-qcop hotplug"
-LICENSE = "GPL"
-PR = "r2"
-
-SRC_URI = "${OPIE_GIT};protocol=git;subpath=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}"