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/sphinx-speech/sphinxbase_0.1.bb | 4 ---- recipes/sphinx-speech/sphinxbase_0.3.bb | 4 ---- 2 files changed, 8 deletions(-) (limited to 'recipes/sphinx-speech') diff --git a/recipes/sphinx-speech/sphinxbase_0.1.bb b/recipes/sphinx-speech/sphinxbase_0.1.bb index 73142aa6f1..3b0abc705b 100644 --- a/recipes/sphinx-speech/sphinxbase_0.1.bb +++ b/recipes/sphinx-speech/sphinxbase_0.1.bb @@ -9,9 +9,5 @@ inherit autotools require sphinx-fpu.inc EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "5ff76b3a4799405ad91e88331eb938bb" SRC_URI[sha256sum] = "ffb5e646d98c058ad2f1f0d7738b39e29fbe432981b1b5d9c8a79cdcb168c3c6" diff --git a/recipes/sphinx-speech/sphinxbase_0.3.bb b/recipes/sphinx-speech/sphinxbase_0.3.bb index 2d9e67a944..c48009ef25 100644 --- a/recipes/sphinx-speech/sphinxbase_0.3.bb +++ b/recipes/sphinx-speech/sphinxbase_0.3.bb @@ -9,9 +9,5 @@ inherit autotools require sphinx-fpu.inc EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "17610af80be230e5760dbb25690a45f0" SRC_URI[sha256sum] = "b5817b8629f89e16ba88e1c62dce0321978f3aea038aa77cb61a1ff7fa3e0dbb" -- cgit 1.2.3-korg