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/cairo/cairo_git.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes/cairo/cairo_git.bb') diff --git a/recipes/cairo/cairo_git.bb b/recipes/cairo/cairo_git.bb index 825b601897..d125a25ec7 100644 --- a/recipes/cairo/cairo_git.bb +++ b/recipes/cairo/cairo_git.bb @@ -23,6 +23,3 @@ do_compile_append() { cd ${S}/perf ; oe_runmake } -do_stage () { - autotools_stage_all -} -- cgit 1.2.3-korg