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/opal_3.6.1.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/ekiga/opal_3.6.1.bb') diff --git a/recipes/ekiga/opal_3.6.1.bb b/recipes/ekiga/opal_3.6.1.bb index c53b72e621..fa5ae8e26c 100644 --- a/recipes/ekiga/opal_3.6.1.bb +++ b/recipes/ekiga/opal_3.6.1.bb @@ -23,10 +23,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "c2b4f12822cef2182267ea0d020bddf6" SRC_URI[sha256sum] = "e6b48a294b35449c851c2a6ea6969041ed7f4148e92b3faa03a330b7bb5a59af" -- cgit 1.2.3-korg