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/upstart/upstart.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/upstart') diff --git a/recipes/upstart/upstart.inc b/recipes/upstart/upstart.inc index 59f21c9ed5..e67774a21b 100644 --- a/recipes/upstart/upstart.inc +++ b/recipes/upstart/upstart.inc @@ -9,10 +9,6 @@ inherit autotools pkgconfig # --enable-compat builds halt, reboot, shutdown tools EXTRA_OECONF += "--enable-compat" -do_stage () { - autotools_stage_all -} - # libupstart can be used for upstart event generation from other programs. # However it is not used by upstart itself, so package it seperately. PACKAGES =+ "libupstart libupstart-dev" -- cgit 1.2.3-korg