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/evince/evince_2.28.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/evince') diff --git a/recipes/evince/evince_2.28.0.bb b/recipes/evince/evince_2.28.0.bb index 50e5134e3e..8a62ef19ae 100644 --- a/recipes/evince/evince_2.28.0.bb +++ b/recipes/evince/evince_2.28.0.bb @@ -23,10 +23,6 @@ do_install_append() { install -m 0755 ${S}/data/icons/48x48/apps/evince.png ${D}${datadir}/pixmaps/ } -do_stage () { - autotools_stage_all -} - FILES_${PN}-dbg += "${libdir}/evince/1/backends/.debug" PACKAGES =+ "evince-nautilus-extension" -- cgit 1.2.3-korg