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/liboil/liboil_0.3.10.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/liboil/liboil_0.3.10.bb') diff --git a/recipes/liboil/liboil_0.3.10.bb b/recipes/liboil/liboil_0.3.10.bb index 7e5f9511ec..c6c4b32105 100644 --- a/recipes/liboil/liboil_0.3.10.bb +++ b/recipes/liboil/liboil_0.3.10.bb @@ -7,9 +7,5 @@ SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "770f656bca8166dab33b322d5886a4bf" SRC_URI[sha256sum] = "4587753a023550a066abe59a7e467c1af35b9f5e81bfb40a12463ad2df8f088c" -- cgit 1.2.3-korg