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/fluidsynth/fluidsynth_1.0.8.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/fluidsynth') diff --git a/recipes/fluidsynth/fluidsynth_1.0.8.bb b/recipes/fluidsynth/fluidsynth_1.0.8.bb index 1279590ad7..5f7665709d 100644 --- a/recipes/fluidsynth/fluidsynth_1.0.8.bb +++ b/recipes/fluidsynth/fluidsynth_1.0.8.bb @@ -14,10 +14,5 @@ do_configure() { oe_runconf } -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "e2abfd2e69fd8b28d965df968d7d44ee" SRC_URI[sha256sum] = "45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320" -- cgit 1.2.3-korg