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/gammu/gammu_1.26.1.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/gammu') diff --git a/recipes/gammu/gammu_1.26.1.bb b/recipes/gammu/gammu_1.26.1.bb index c884c02b93..7b88a525ac 100644 --- a/recipes/gammu/gammu_1.26.1.bb +++ b/recipes/gammu/gammu_1.26.1.bb @@ -17,10 +17,6 @@ do_configure() { ./configure --prefix=${prefix} --enable-shared --enable-backup } -do_stage() { - autotools_stage_all -} - # gammu has a non-standard uninstalled .pc file, which confuses pkgconfig.bbclass. # Replace it by custom do_stage_append(): #do_stage_append () { -- cgit v1.2.3