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/libhandoff/libhandoff_0.1.bb | 4 ---- recipes/libhandoff/libhandoff_svn.bb | 3 --- 2 files changed, 7 deletions(-) (limited to 'recipes/libhandoff') diff --git a/recipes/libhandoff/libhandoff_0.1.bb b/recipes/libhandoff/libhandoff_0.1.bb index 4b95a22467..b9abf3ea4c 100644 --- a/recipes/libhandoff/libhandoff_0.1.bb +++ b/recipes/libhandoff/libhandoff_0.1.bb @@ -8,9 +8,5 @@ inherit pkgconfig gpe autotools GPE_TARBALL_SUFFIX = "bz2" -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "8ec44fda9476391ed372f835d5358fe8" SRC_URI[sha256sum] = "9505377f6b4d4b657889e8468fca8049c8c2c46c3ddd03bb4eef0e7b2e1bad3b" diff --git a/recipes/libhandoff/libhandoff_svn.bb b/recipes/libhandoff/libhandoff_svn.bb index c545d9270e..306c52d3a7 100644 --- a/recipes/libhandoff/libhandoff_svn.bb +++ b/recipes/libhandoff/libhandoff_svn.bb @@ -13,6 +13,3 @@ SRC_URI = "${GPE_SVN}" S = "${WORKDIR}/${PN}" -do_stage () { -autotools_stage_all -} -- cgit 1.2.3-korg