From d82c6b1e42eb37aaa718f84560ec743f59387898 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 11 Sep 2004 00:00:00 +0000 Subject: install headers in staging BKrev: 41424000ze7KlrQoCEdpsHmRVqoO5Q --- python/python-pygtk_2.2.0.oe | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python') 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 " 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 +} + -- cgit v1.2.3