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/poppler/poppler.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/poppler') diff --git a/recipes/poppler/poppler.inc b/recipes/poppler/poppler.inc index 0e9b61cd30..bf0a96ac90 100644 --- a/recipes/poppler/poppler.inc +++ b/recipes/poppler/poppler.inc @@ -18,10 +18,6 @@ EXTRA_OECONF = "\ require poppler-fpu.inc EXTRA_OECONF += "${@get_poppler_fpu_setting(bb, d)}" -do_stage() { - autotools_stage_all -} - PACKAGES =+ "libpoppler libpoppler-glib" FILES_libpoppler = "${libdir}/libpoppler.so.*" FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" -- cgit 1.2.3-korg