diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-04 08:41:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-04 08:41:51 +0000 |
commit | 932b3ccd86e99ccaf4ca4032cdc5cc21abeeed49 (patch) | |
tree | d0d741d05ecf3132e12573a02578861a0d75f61a /meta/packages | |
parent | 66ff85a04873f307baeed7c0d2c92e195bda4b96 (diff) | |
download | poky-932b3ccd86e99ccaf4ca4032cdc5cc21abeeed49.tar.gz |
telepathy-glib: Prefer python 2.5 over 2.4 over 2.3, not the other way around
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3403 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch | 13 | ||||
-rw-r--r-- | meta/packages/telepathy/telepathy-glib_0.7.0.bb | 5 |
2 files changed, 16 insertions, 2 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 new file mode 100644 index 0000000000..95b4f54582 --- /dev/null +++ b/meta/packages/telepathy/telepathy-glib/prefer_python_2.5.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: telepathy-glib-0.7.0/configure.ac | ||
2 | =================================================================== | ||
3 | --- telepathy-glib-0.7.0.orig/configure.ac 2007-11-22 18:09:07.000000000 +0000 | ||
4 | +++ telepathy-glib-0.7.0/configure.ac 2007-12-31 23:07:04.000000000 +0000 | ||
5 | @@ -179,7 +179,7 @@ | ||
6 | AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required]) | ||
7 | fi | ||
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 | ||
diff --git a/meta/packages/telepathy/telepathy-glib_0.7.0.bb b/meta/packages/telepathy/telepathy-glib_0.7.0.bb index 409a9e2770..884d0e1353 100644 --- a/meta/packages/telepathy/telepathy-glib_0.7.0.bb +++ b/meta/packages/telepathy/telepathy-glib_0.7.0.bb | |||
@@ -2,9 +2,10 @@ DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection man | |||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" | 3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r1" | 5 | PR = "r2" |
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 " | ||
8 | 9 | ||
9 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
10 | 11 | ||