aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-30 14:13:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 08:21:42 +0000
commitfc8c843ae2a7d688a5b7e3effd1dae10c7e2fbf8 (patch)
treef885f1a6706fd1c8c342bfed2a8d9da04e2933cf /meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
parent6d6649ba08682533752568b6e3e42fca955cfd56 (diff)
downloadopenembedded-core-contrib-fc8c843ae2a7d688a5b7e3effd1dae10c7e2fbf8.tar.gz
telepathy: remove (moved to meta-oe)
Nothing in oe-core uses Telepathy, so move these recipes to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
deleted file mode 100644
index f13e7093c8..0000000000
--- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Telepathy framework"
-DESCRIPTION = "Telepathy is a D-Bus framework for unifying real time \
-communication, including instant messaging, voice calls and video calls. It \
-abstracts differences between protocols to provide a unified interface for \
-applications."
-HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
-DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib libxslt-native"
-LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
- file://src/tp-conn.c;beginline=1;endline=19;md5=4c58069f77d601cc59200bce5396c7cb"
-PR = "r5"
-
-SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \
- file://prefer_python_2.5.patch \
- file://doublefix.patch"
-
-SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370"
-SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878"
-
-inherit autotools pkgconfig pythonnative
-
-FILES_${PN} += "${datadir}/telepathy \
- ${datadir}/dbus-1"