summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.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.6.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.6.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb
new file mode 100644
index 0000000000..37be67c71f
--- /dev/null
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb
@@ -0,0 +1,18 @@
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 = "r0"
7
8SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "5fa6ecdb3f2b2a18d9a707e5d09fa8c7"
11SRC_URI[sha256sum] = "9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8"
12
13LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
14
15inherit autotools pkgconfig gettext
16
17FILES_${PN} += "${datadir}/telepathy \
18 ${datadir}/dbus-1"