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/pango/pango_1.10.2.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/pango/pango_1.10.2.bb') diff --git a/recipes/pango/pango_1.10.2.bb b/recipes/pango/pango_1.10.2.bb index 34ca0ecbaf..5ee23502c5 100644 --- a/recipes/pango/pango_1.10.2.bb +++ b/recipes/pango/pango_1.10.2.bb @@ -27,10 +27,6 @@ FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" -do_stage () { -autotools_stage_all -} - postinst_prologue() { if [ "x$D" != "x" ]; then exit 1 -- cgit 1.2.3-korg