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/geda/libgeda_1.4.3.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/geda') diff --git a/recipes/geda/libgeda_1.4.3.bb b/recipes/geda/libgeda_1.4.3.bb index bfb1bfb66b..c812ef78a6 100644 --- a/recipes/geda/libgeda_1.4.3.bb +++ b/recipes/geda/libgeda_1.4.3.bb @@ -16,9 +16,5 @@ do_install_prepend() { sed -i 's:${STAGING_DIR_HOST}::g' libgeda.pc } -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "f4254f345b5d1a1f3ae4e2e27ae38b0a" SRC_URI[sha256sum] = "f3687c7308231634619de278b5880cccd6b9b3fc04a4c1b1cf8b2e3131f6f158" -- cgit 1.2.3-korg