diff options
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch b/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch deleted file mode 100644 index 8f0ac28328..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | Upstream-Status: Backport | ||
2 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
3 | |||
4 | From 4acc51d5b848359211bb8a00f0daa8e0bc44eb65 Mon Sep 17 00:00:00 2001 | ||
5 | From: Will Thompson <will.thompson@collabora.co.uk> | ||
6 | Date: Mon, 10 Dec 2012 14:11:05 +0000 | ||
7 | Subject: Remove pkg-config dependency from .pc files | ||
8 | |||
9 | This causes problems for Yocto, since they use pc files when choosing | ||
10 | package dependencies. It doesn't make a huge amount of sense for a | ||
11 | .pc file to depend on pkg-config: by the time you've parsed the file, | ||
12 | you've got pkg-config. And the versioned dependency is checked by | ||
13 | configure, as commit 1154794 (which added this) mentions, so if you've | ||
14 | compiled telepathy-glib, your pkg-config is new enough. | ||
15 | --- | ||
16 | diff --git a/telepathy-glib/telepathy-glib-uninstalled.pc.in b/telepathy-glib/telepathy-glib-uninstalled.pc.in | ||
17 | index 932983c..3dbefb2 100644 | ||
18 | --- a/telepathy-glib/telepathy-glib-uninstalled.pc.in | ||
19 | +++ b/telepathy-glib/telepathy-glib-uninstalled.pc.in | ||
20 | @@ -6,7 +6,6 @@ abs_top_builddir=@abs_top_builddir@ | ||
21 | Name: Telepathy-GLib (uninstalled copy) | ||
22 | Description: GLib utility library for the Telepathy framework | ||
23 | Version: @VERSION@ | ||
24 | -Requires: pkg-config >= 0.21 | ||
25 | Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30 | ||
26 | Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib.la | ||
27 | Cflags: -I${abs_top_srcdir} -I${abs_top_builddir} | ||
28 | diff --git a/telepathy-glib/telepathy-glib.pc.in b/telepathy-glib/telepathy-glib.pc.in | ||
29 | index 1c5f4b6..75ac275 100644 | ||
30 | --- a/telepathy-glib/telepathy-glib.pc.in | ||
31 | +++ b/telepathy-glib/telepathy-glib.pc.in | ||
32 | @@ -6,7 +6,6 @@ includedir=@includedir@ | ||
33 | Name: Telepathy-GLib | ||
34 | Description: GLib utility library for the Telepathy framework | ||
35 | Version: @VERSION@ | ||
36 | -Requires: pkg-config >= 0.21 | ||
37 | Requires.private: dbus-1 >= 0.95, dbus-glib-1 >= 0.90, glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gio-2.0 >= 2.30 | ||
38 | Libs: -L${libdir} -ltelepathy-glib | ||
39 | Cflags: -I${includedir}/telepathy-1.0 | ||
40 | -- | ||
41 | cgit v0.9.0.2-2-gbebe | ||