diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-17 10:22:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-17 10:22:04 +0100 |
commit | 155d69ac42a08823dd67a3376011cf8d323da81b (patch) | |
tree | 1734030a1407e800a7f4feff6fa35dbbd430937f /recipes/gimp | |
parent | ee29421cc87d08bf9a5b67922b4e4241dd7cafe7 (diff) |
gegl: convert to new-style staging
Diffstat (limited to 'recipes/gimp')
-rw-r--r-- | recipes/gimp/gegl_svn.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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 -} - |