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/dbus/dbus-c++-native_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/dbus') diff --git a/recipes/dbus/dbus-c++-native_git.bb b/recipes/dbus/dbus-c++-native_git.bb index dd43f911fe..eba80b2e9a 100644 --- a/recipes/dbus/dbus-c++-native_git.bb +++ b/recipes/dbus/dbus-c++-native_git.bb @@ -11,10 +11,6 @@ do_compile() { install -m 0755 tools/dbusxx-xml2cpp ${STAGING_BINDIR_NATIVE} } -do_stage() { - autotools_stage_all -} - do_install() { : } -- cgit 1.2.3-korg