diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 09:55:30 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 09:55:30 +0100 |
commit | cd5fa1ee4e3f8fdeb620487d8dc5e4c8ca9da15f (patch) | |
tree | 68ac53965ad54dd8eade1a4c7353410e9a84fb99 /meta/packages/telepathy | |
parent | c2ac5728571b349ffafcc8c35b9865963f38721d (diff) | |
download | poky-cd5fa1ee4e3f8fdeb620487d8dc5e4c8ca9da15f.tar.gz |
telepathy-glib: 0.7.11 -> 0.7.29
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 | 22 | ||||
-rw-r--r-- | meta/packages/telepathy/telepathy-glib_0.7.29.bb (renamed from meta/packages/telepathy/telepathy-glib_0.7.11.bb) | 0 |
2 files changed, 11 insertions, 11 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 index 95b4f54582..27d89af8a3 100644 --- a/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch +++ b/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: telepathy-glib-0.7.0/configure.ac | 1 | Index: telepathy-glib-0.7.29/configure.ac |
2 | =================================================================== | 2 | =================================================================== |
3 | --- telepathy-glib-0.7.0.orig/configure.ac 2007-11-22 18:09:07.000000000 +0000 | 3 | --- telepathy-glib-0.7.29.orig/configure.ac 2009-05-15 14:33:49.000000000 +0100 |
4 | +++ telepathy-glib-0.7.0/configure.ac 2007-12-31 23:07:04.000000000 +0000 | 4 | +++ telepathy-glib-0.7.29/configure.ac 2009-05-15 14:33:56.000000000 +0100 |
5 | @@ -179,7 +179,7 @@ | 5 | @@ -174,7 +174,7 @@ |
6 | AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required]) | 6 | if test -z "$XSLTPROC"; then |
7 | fi | 7 | AC_MSG_ERROR([xsltproc (from the libxslt source package) is required]) |
8 | PYTHON= | ||
9 | -AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python]) | ||
10 | +AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python2.3 python]) | ||
11 | if test -z "$PYTHON"; then | ||
12 | AC_MSG_ERROR([Python is required to compile this package]) | ||
13 | fi | 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.11.bb b/meta/packages/telepathy/telepathy-glib_0.7.29.bb index 4d143bac11..4d143bac11 100644 --- a/meta/packages/telepathy/telepathy-glib_0.7.11.bb +++ b/meta/packages/telepathy/telepathy-glib_0.7.29.bb | |||