]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-glib: 0.7.11 -> 0.7.29
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 16 May 2009 08:55:30 +0000 (09:55 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 16 May 2009 08:55:30 +0000 (09:55 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch
meta/packages/telepathy/telepathy-glib_0.7.29.bb [moved from meta/packages/telepathy/telepathy-glib_0.7.11.bb with 100% similarity]

index 95b4f54582454cbf105662a4fd04d2837fa7ade6..27d89af8a30a1d83d9c8d4a7bc1ba52f804ef892 100644 (file)
@@ -1,13 +1,13 @@
-Index: telepathy-glib-0.7.0/configure.ac
+Index: telepathy-glib-0.7.29/configure.ac
 ===================================================================
---- telepathy-glib-0.7.0.orig/configure.ac     2007-11-22 18:09:07.000000000 +0000
-+++ telepathy-glib-0.7.0/configure.ac  2007-12-31 23:07:04.000000000 +0000
-@@ -179,7 +179,7 @@
-   AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required])
- fi
- PYTHON=
--AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python])
-+AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python2.3 python])
- if test -z "$PYTHON"; then
-   AC_MSG_ERROR([Python is required to compile this package])
+--- telepathy-glib-0.7.29.orig/configure.ac    2009-05-15 14:33:49.000000000 +0100
++++ telepathy-glib-0.7.29/configure.ac 2009-05-15 14:33:56.000000000 +0100
+@@ -174,7 +174,7 @@
+ if test -z "$XSLTPROC"; then
+   AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
  fi
+-AM_PATH_PYTHON([2.3])
++AM_PATH_PYTHON([2.5])
+ dnl glibc backtrace functions
+ AC_CHECK_FUNCS(backtrace backtrace_symbols_fd)