summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-12-10 15:23:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:18:43 +0000
commit4809890ae56f428413601072852e81f9a59ff891 (patch)
tree4a5720705c19038c1fef921065b4f0dfdd23f690 /meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
parent9820786bbaf51fca38cf6ec90de623b8420500e1 (diff)
downloadpoky-4809890ae56f428413601072852e81f9a59ff891.tar.gz
telepathy-glib: remove pkgconfig dependency in pkgconfig
A pkg-config file depending on pkg-config doesn't really make sense, and this is causing unexpected dependencies on pkg-config at image contruction time (see (From OE-Core rev: 1024f59c78ebdec132fde6a2d7eccde4b03ba468) 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.8.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
index 6bf27b2083..370a822370 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.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 = "r1" 6PR = "r2"
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://pkgconfig.patch"
9 10
10SRC_URI[md5sum] = "ffd0953953981473fcd9c373ccb9e882" 11SRC_URI[md5sum] = "ffd0953953981473fcd9c373ccb9e882"
11SRC_URI[sha256sum] = "581682a937ee33bd4ce01e17d09b338155a79dff44925b988b0701fdbee50b20" 12SRC_URI[sha256sum] = "581682a937ee33bd4ce01e17d09b338155a79dff44925b988b0701fdbee50b20"