From 1d90315fad93be9fc74194a7d227c9e3c25201b1 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 3 Aug 2010 13:01:20 +0000 Subject: python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete cmp method which has been dropped from later releases. Signed-off-by: Yann Dirson Signed-off-by: Eric BĂ©nard --- recipes/python/python-pyxdg_0.15.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/python/python-pyxdg_0.15.bb') diff --git a/recipes/python/python-pyxdg_0.15.bb b/recipes/python/python-pyxdg_0.15.bb index 018af5029c..67b6c979fc 100644 --- a/recipes/python/python-pyxdg_0.15.bb +++ b/recipes/python/python-pyxdg_0.15.bb @@ -1,9 +1,11 @@ DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards" SECTION = "devel/python" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz" +SRC_URI += "file://desktopentry-cmp.patch" + S = "${WORKDIR}/pyxdg-${PV}" inherit distutils -- cgit 1.2.3-korg