From: Koen Kooi Date: Wed, 17 Mar 2010 09:22:04 +0000 (+0100) Subject: gegl: convert to new-style staging X-Git-Tag: Release-2010-05/1~340^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=155d69ac42a08823dd67a3376011cf8d323da81b;p=openembedded.git gegl: convert to new-style staging --- diff --git a/recipes/gimp/gegl_svn.bb b/recipes/gimp/gegl_svn.bb index af2e79aaaa..9562ffb456 100644 --- a/recipes/gimp/gegl_svn.bb +++ b/recipes/gimp/gegl_svn.bb @@ -19,8 +19,3 @@ EXTRA_OECONF = "--disable-docs " FILES_${PN} += "${libdir}/gegl-0.0" FILES_${PN}-dbg += "${libdir}/gegl-0.0/.debug" - -do_stage() { - autotools_stage_all -} -