summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyxdg_0.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyxdg_0.15.bb')
-rw-r--r--recipes/python/python-pyxdg_0.15.bb4
1 files changed, 3 insertions, 1 deletions
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