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/ekiga/ptlib_2.6.4.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'recipes/ekiga/ptlib_2.6.4.bb') diff --git a/recipes/ekiga/ptlib_2.6.4.bb b/recipes/ekiga/ptlib_2.6.4.bb index 92d34ff85d..6ad0ed4537 100644 --- a/recipes/ekiga/ptlib_2.6.4.bb +++ b/recipes/ekiga/ptlib_2.6.4.bb @@ -27,13 +27,5 @@ do_install_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "bcc8e2d5bb6be7e3fea857ce2f7fce5c" SRC_URI[sha256sum] = "22eae4f6c72247f8ac79c57ce4469797ad3df67614758c5096b7ce9290bd10b4" -- cgit 1.2.3-korg