diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-02 10:19:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-03 14:14:59 +0200 |
commit | f2893b80cffc46dad57864eb78b563f0876e6811 (patch) | |
tree | 7c2c3dde3247d69f7ba44ed1643aca2d436fdbb5 /recipes/xapian | |
parent | 2b61601cc8e3ede0b071da299591a6115d1df9db (diff) |
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 <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Diffstat (limited to 'recipes/xapian')
-rw-r--r-- | recipes/xapian/xapian-bindings-python_1.0.14.bb | 5 | ||||
-rw-r--r-- | recipes/xapian/xapian-core.inc | 4 |
2 files changed, 0 insertions, 9 deletions
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" diff --git a/recipes/xapian/xapian-core.inc b/recipes/xapian/xapian-core.inc index 080de127ad..cb39995ceb 100644 --- a/recipes/xapian/xapian-core.inc +++ b/recipes/xapian/xapian-core.inc @@ -9,7 +9,3 @@ SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-core-${PV}.tar.gz" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} - |