aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pygtk_2.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pygtk_2.16.0.bb')
-rw-r--r--recipes/python/python-pygtk_2.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygtk_2.16.0.bb b/recipes/python/python-pygtk_2.16.0.bb
index 5522c1a3bc..eaea9af4bb 100644
--- a/recipes/python/python-pygtk_2.16.0.bb
+++ b/recipes/python/python-pygtk_2.16.0.bb
@@ -10,7 +10,7 @@ PR = "r1"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2;name=pygtk \
- file://fix-gtkunixprint.patch;apply=yes \
+ file://fix-gtkunixprint.patch \
file://acinclude.m4"
S = "${WORKDIR}/${SRCNAME}-${PV}"