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/policykit/policykit-gnome_0.9.2.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/policykit') diff --git a/recipes/policykit/policykit-gnome_0.9.2.bb b/recipes/policykit/policykit-gnome_0.9.2.bb index 3d1c0e2e28..e75a45384e 100644 --- a/recipes/policykit/policykit-gnome_0.9.2.bb +++ b/recipes/policykit/policykit-gnome_0.9.2.bb @@ -13,10 +13,6 @@ S = "${WORKDIR}/PolicyKit-gnome-${PV}" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - FILES_${PN} += " ${datadir}/dbus-1 \ ${datadir}/PolicyKit \ " -- cgit 1.2.3-korg