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/hal/consolekit_0.3.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/hal') diff --git a/recipes/hal/consolekit_0.3.0.bb b/recipes/hal/consolekit_0.3.0.bb index 50e17e86db..484222f8a5 100644 --- a/recipes/hal/consolekit_0.3.0.bb +++ b/recipes/hal/consolekit_0.3.0.bb @@ -11,10 +11,6 @@ S = "${WORKDIR}/ConsoleKit-${PV}" EXTRA_OECONF += "--enable-pam-module --with-pam-module-dir=${libdir}/security" -do_stage () { - autotools_stage_all -} - PACKAGES += "pam-plugin-ck-connector" FILES_${PN} += "${libdir}/ConsoleKit ${datadir}/dbus-1 ${datadir}/PolicyKit" FILES_${PN}-dbg += ""${libdir}/security/.debug/*.so" -- cgit v1.2.3