From f2893b80cffc46dad57864eb78b563f0876e6811 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Aug 2010 10:19:42 +0000 Subject: 500+ recipes: remove do_stage This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks Acked-by: Koen Kooi Acked-by: Michael 'Mickey' Lauer --- recipes/gnome/libgnomecanvas_2.14.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/gnome/libgnomecanvas_2.14.0.bb') diff --git a/recipes/gnome/libgnomecanvas_2.14.0.bb b/recipes/gnome/libgnomecanvas_2.14.0.bb index 13a9bc11af..0a2f8ff7b5 100644 --- a/recipes/gnome/libgnomecanvas_2.14.0.bb +++ b/recipes/gnome/libgnomecanvas_2.14.0.bb @@ -12,9 +12,5 @@ FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" -do_stage() { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "516c46fb4a1401b05cfef58c350fbd3d" SRC_URI[archive.sha256sum] = "5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf" -- cgit 1.2.3-korg