summaryrefslogtreecommitdiff
path: root/python/python-pygtk_2.2.0.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-11 00:00:00 +0000
committerPhil Blundell <philb@gnu.org>2004-09-11 00:00:00 +0000
commitd82c6b1e42eb37aaa718f84560ec743f59387898 (patch)
tree4dac877b4d65269444a54e1bbb079d1c24ed6752 /python/python-pygtk_2.2.0.oe
parent445169ceea4e86950acb5022b5ca6bfc1e9fd9c8 (diff)
install headers in staging
BKrev: 41424000ze7KlrQoCEdpsHmRVqoO5Q
Diffstat (limited to 'python/python-pygtk_2.2.0.oe')
-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
+}
+