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/maemo | |
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/maemo')
-rw-r--r-- | recipes/maemo/xpext_1.0-5.bb | 4 | ||||
-rw-r--r-- | recipes/maemo/xsp_1.0.0-8.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/maemo/xpext_1.0-5.bb b/recipes/maemo/xpext_1.0-5.bb index f28881cbc0..cd9af2c4cc 100644 --- a/recipes/maemo/xpext_1.0-5.bb +++ b/recipes/maemo/xpext_1.0-5.bb @@ -17,9 +17,5 @@ do_configure_prepend () { ./autogen.sh } -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" diff --git a/recipes/maemo/xsp_1.0.0-8.bb b/recipes/maemo/xsp_1.0.0-8.bb index 45499a905d..4432bf531a 100644 --- a/recipes/maemo/xsp_1.0.0-8.bb +++ b/recipes/maemo/xsp_1.0.0-8.bb @@ -11,9 +11,5 @@ S = "${WORKDIR}/Xsp" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "2a0d8d02228d4cbd28b6e07bb7c17cf5" SRC_URI[sha256sum] = "8b722b952b64841d996c70c3278499886c81bb5012991beed5f66f4158418f59" |