From 932b3ccd86e99ccaf4ca4032cdc5cc21abeeed49 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Jan 2008 08:41:51 +0000 Subject: 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 --- meta/packages/telepathy/telepathy-glib_0.7.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/packages/telepathy/telepathy-glib_0.7.0.bb') diff --git a/meta/packages/telepathy/telepathy-glib_0.7.0.bb b/meta/packages/telepathy/telepathy-glib_0.7.0.bb index 409a9e277..884d0e135 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 HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" LICENSE = "LGPL" -PR = "r1" +PR = "r2" -SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz " +SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz \ + file://prefer_python_2.5.patch;patch=1 " inherit autotools pkgconfig -- cgit v1.2.3