summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-25 13:21:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:55:21 +0100
commit04ba76b0623623289e60858cf1344f16672d2b7c (patch)
tree3f014fcdb773817b1c74bdc7adb81027b42a8688 /meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
parent11c1f9417125022d918a3b87c566766c7947028e (diff)
downloadpoky-04ba76b0623623289e60858cf1344f16672d2b7c.tar.gz
telepathy-glib: fix a build race
[YOCTO #2462] (From OE-Core rev: e1e3107892c843e57261a2579e2c268dd850434d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.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.bb5
1 files changed, 3 insertions, 2 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
index deba3bb5b4..9dbc5beb8e 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
@@ -3,9 +3,10 @@ DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection man
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" 3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" 4DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib"
5LICENSE = "LGPLv2.1+" 5LICENSE = "LGPLv2.1+"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" 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"
9 10
10SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255" 11SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255"
11SRC_URI[sha256sum] = "7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3" 12SRC_URI[sha256sum] = "7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3"