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/xapian/xapian-bindings-python_1.0.14.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/xapian/xapian-bindings-python_1.0.14.bb') diff --git a/recipes/xapian/xapian-bindings-python_1.0.14.bb b/recipes/xapian/xapian-bindings-python_1.0.14.bb index ae977791ee..0208bfee6f 100644 --- a/recipes/xapian/xapian-bindings-python_1.0.14.bb +++ b/recipes/xapian/xapian-bindings-python_1.0.14.bb @@ -36,10 +36,5 @@ do_install_append() { rm ${D}/${PYTHON_SITEPACKAGES_DIR}/xapian.py? } -do_stage () { - autotools_stage_all -} - - SRC_URI[md5sum] = "d6f86ccc3d1a534902e1cf8df1cb43f3" SRC_URI[sha256sum] = "05072405fd182425d90374d2d5b69c36fe9fd927f44e397c449a9bdd1a971218" -- cgit 1.2.3-korg