summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-08-23 09:13:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-24 17:32:55 +0100
commitb9cf3bdb479ce06c788215f2ed8bf38475a62f45 (patch)
treec31047d885e7bb084a8fdf728c9c0c3ace8ccb2e /meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
parent3ea34e035a2cd32e2aa64659c1171dda9d44025d (diff)
downloadpoky-b9cf3bdb479ce06c788215f2ed8bf38475a62f45.tar.gz
telepathy-glib: update to 0.19.6
The 0001-Fix-a-race-in-_gen-reentrant-methods.list patch is included in the 0.19.6 version. (From OE-Core rev: 712c365bf745de3fe927fcc24da505009d17a3e5) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"