summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python-pygtk_2.2.0.oe6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe
index 11006badcb..5267c6ec29 100644
--- a/python/python-pygtk_2.2.0.oe
+++ b/python/python-pygtk_2.2.0.oe
@@ -4,6 +4,7 @@ PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "gtk+ libglade"
SRCNAME = "pygtk"
+PR = "r1"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"
@@ -11,3 +12,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${libdir}/python2.3/"
+
+do_stage() {
+ autotools_stage_includes
+}
+