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/libsdl/libsdl-gfx_2.0.17.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/libsdl/libsdl-gfx_2.0.17.bb') diff --git a/recipes/libsdl/libsdl-gfx_2.0.17.bb b/recipes/libsdl/libsdl-gfx_2.0.17.bb index efb9485ab1..5b11503746 100644 --- a/recipes/libsdl/libsdl-gfx_2.0.17.bb +++ b/recipes/libsdl/libsdl-gfx_2.0.17.bb @@ -12,10 +12,5 @@ inherit autotools EXTRA_OECONF = "--disable-mmx" TARGET_CC_ARCH += "${LDFLAGS}" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "a7ab98ad530fdc59a23f7dff502db8d3" SRC_URI[sha256sum] = "d08d8477ff1c6639bc7193b76a415f996c98604600e9fa4e718fd4e9283f83f4" -- cgit 1.2.3-korg