summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
deleted file mode 100644
index 9dbc5beb8e..0000000000
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Telepathy Framework glib-base helper library"
2DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
5LICENSE = "LGPLv2.1+"
6PR = "r1"
7
8SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \
9 file://0001-Fix-a-race-in-_gen-reentrant-methods.list.patch"
10
11SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255"
12SRC_URI[sha256sum] = "7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3"
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
15
16inherit autotools pkgconfig gettext
17
18FILES_${PN} += "${datadir}/telepathy \
19 ${datadir}/dbus-1"