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/libetpan/libetpan_0.48.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/libetpan/libetpan_0.48.bb') diff --git a/recipes/libetpan/libetpan_0.48.bb b/recipes/libetpan/libetpan_0.48.bb index 5e8b52073b..cb9bbb95d2 100644 --- a/recipes/libetpan/libetpan_0.48.bb +++ b/recipes/libetpan/libetpan_0.48.bb @@ -15,10 +15,6 @@ EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" PARALLEL_MAKE = "" -do_stage() { - autotools_stage_all -} - FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" -- cgit 1.2.3-korg