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/confuse/confuse_2.5.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/confuse') diff --git a/recipes/confuse/confuse_2.5.bb b/recipes/confuse/confuse_2.5.bb index f4ce36972f..b9f45aa782 100644 --- a/recipes/confuse/confuse_2.5.bb +++ b/recipes/confuse/confuse_2.5.bb @@ -11,10 +11,5 @@ inherit autotools binconfig pkgconfig lib_package EXTRA_OECONF = "--enable-shared" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "4bc9b73d77ebd571ac834619ce0b3582" SRC_URI[sha256sum] = "65451d8d6f5d4ca1dbd0700f3ef2ef257b52b542b3bab4bbeddd539f1c23f859" -- cgit 1.2.3-korg