diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-09 17:04:58 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-09 17:04:58 +0100 |
commit | 9c00056521d6ec520b022871ba03b84997d091fe (patch) | |
tree | 12692af7d5c26a7eb8759f50729a8853dc8ce75e /meta/packages/telepathy | |
parent | f6db09f914a01eb223fc849b82e69d9d5cb8bcfb (diff) | |
download | poky-9c00056521d6ec520b022871ba03b84997d091fe.tar.gz |
telepathy-glib: 0.7.29 -> 0.9.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/telepathy')
-rw-r--r-- | meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch | 13 | ||||
-rw-r--r-- | meta/packages/telepathy/telepathy-glib_0.9.0.bb (renamed from meta/packages/telepathy/telepathy-glib_0.7.29.bb) | 3 |
2 files changed, 1 insertions, 15 deletions
diff --git a/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch b/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch deleted file mode 100644 index 27d89af8a3..0000000000 --- a/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: telepathy-glib-0.7.29/configure.ac | ||
2 | =================================================================== | ||
3 | --- telepathy-glib-0.7.29.orig/configure.ac 2009-05-15 14:33:49.000000000 +0100 | ||
4 | +++ telepathy-glib-0.7.29/configure.ac 2009-05-15 14:33:56.000000000 +0100 | ||
5 | @@ -174,7 +174,7 @@ | ||
6 | if test -z "$XSLTPROC"; then | ||
7 | AC_MSG_ERROR([xsltproc (from the libxslt source package) is required]) | ||
8 | fi | ||
9 | -AM_PATH_PYTHON([2.3]) | ||
10 | +AM_PATH_PYTHON([2.5]) | ||
11 | |||
12 | dnl glibc backtrace functions | ||
13 | AC_CHECK_FUNCS(backtrace backtrace_symbols_fd) | ||
diff --git a/meta/packages/telepathy/telepathy-glib_0.7.29.bb b/meta/packages/telepathy/telepathy-glib_0.9.0.bb index 44df34df68..cf522b8ce1 100644 --- a/meta/packages/telepathy/telepathy-glib_0.7.29.bb +++ b/meta/packages/telepathy/telepathy-glib_0.9.0.bb | |||
@@ -4,8 +4,7 @@ DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | |||
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz \ | 7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" |
8 | file://prefer_python_2.5.patch;patch=1 " | ||
9 | 8 | ||
10 | inherit autotools_stage pkgconfig | 9 | inherit autotools_stage pkgconfig |
11 | 10 | ||