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/libspiff/libspiff_0.8.2.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/libspiff') diff --git a/recipes/libspiff/libspiff_0.8.2.bb b/recipes/libspiff/libspiff_0.8.2.bb index b0117cb9c8..a3ec9b193a 100644 --- a/recipes/libspiff/libspiff_0.8.2.bb +++ b/recipes/libspiff/libspiff_0.8.2.bb @@ -17,10 +17,5 @@ EXTRA_OECONF = "\ CPPFLAGS += "-I${S}/include" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "e6505bdff9048bf61533c00caf48d553" SRC_URI[sha256sum] = "8451c7182a99f0f4a88b3c19234c5182689f91444c50fcb510452b5e5b8a7805" -- cgit 1.2.3-korg