aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pygtk-1.2_0.6.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pygtk-1.2_0.6.12.bb')
-rw-r--r--recipes/python/python-pygtk-1.2_0.6.12.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/python/python-pygtk-1.2_0.6.12.bb b/recipes/python/python-pygtk-1.2_0.6.12.bb
index e75ad489e0..677b8b9827 100644
--- a/recipes/python/python-pygtk-1.2_0.6.12.bb
+++ b/recipes/python/python-pygtk-1.2_0.6.12.bb
@@ -3,16 +3,16 @@ HOMEPAGE = "http://www.gtk.org"
SECTION = "devel/python"
LICENSE = "LGPL"
DEPENDS = "gtk+-1.2"
-RDEPENDS = "python-shell python-re"
+RDEPENDS_${PN} = "python-shell python-re"
SRCNAME = "pygtk"
-PR = "r3"
+PR = "r4"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/python/v1.2/${SRCNAME}-${PV}.tar.gz \
- file://remove-imlib-et-al.patch;patch=1 \
+ file://remove-imlib-et-al.patch \
file://acinclude.m4"
S = "${WORKDIR}/${SRCNAME}-${PV}"
-inherit autotools_stage pkgconfig distutils-base
+inherit autotools pkgconfig distutils-base
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"