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/jaaa/jaaa_0.4.2.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/jaaa') diff --git a/recipes/jaaa/jaaa_0.4.2.bb b/recipes/jaaa/jaaa_0.4.2.bb index b729813582..73ce717ff3 100644 --- a/recipes/jaaa/jaaa_0.4.2.bb +++ b/recipes/jaaa/jaaa_0.4.2.bb @@ -14,9 +14,5 @@ S = "${WORKDIR}/jaaa" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "e3013bb1e287b495b0668f4b6e2887c7" SRC_URI[sha256sum] = "0bae72d819963c40e0a202bb08bc55a600fe7c453749601a3836bc9272cffb3a" -- cgit 1.2.3-korg