From: Koen Kooi Date: Sun, 9 Nov 2008 15:26:05 +0000 (+0100) Subject: gnome-python: use stage_all instead of stage_includes X-Git-Tag: Release-2010-05/1~5451^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217085b82addded5064fbe2a05e3bcd2671ccfcc;p=openembedded.git gnome-python: use stage_all instead of stage_includes --- diff --git a/packages/gnome/gnome-python_2.22.1.bb b/packages/gnome/gnome-python_2.22.1.bb index c21ed9860d..0507cba010 100644 --- a/packages/gnome/gnome-python_2.22.1.bb +++ b/packages/gnome/gnome-python_2.22.1.bb @@ -3,7 +3,7 @@ LICENSE = "LGPL" DEPENDS = "libgnomeui pyorbit python-pygtk" RDEPENDS = "pyorbit" -PR = "r0" +PR = "r1" inherit gnome distutils-base pkgconfig @@ -16,3 +16,6 @@ do_configure() { autotools_do_configure } +do_stage() { + autotools_stage_all +}