From: Phil Blundell Date: Sat, 11 Sep 2004 00:00:00 +0000 (+0000) Subject: install headers in staging X-Git-Tag: Release-2010-05/1~17281 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82c6b1e42eb37aaa718f84560ec743f59387898;p=openembedded.git install headers in staging BKrev: 41424000ze7KlrQoCEdpsHmRVqoO5Q --- 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 +} +