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/opensync/libopensync_0.22.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/opensync/libopensync_0.22.bb') diff --git a/recipes/opensync/libopensync_0.22.bb b/recipes/opensync/libopensync_0.22.bb index 04264fec0d..52d2e5da73 100644 --- a/recipes/opensync/libopensync_0.22.bb +++ b/recipes/opensync/libopensync_0.22.bb @@ -15,10 +15,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so" require opensync-unpack.inc -do_stage() { -autotools_stage_all -} - - SRC_URI[md5sum] = "f563ce2543312937a9afb4f8445ef932" SRC_URI[sha256sum] = "3394bae1e3bcfe463d139a367ba5ebe73d968df128c871842dcb4965a725d0dc" -- cgit 1.2.3-korg