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/libical | |
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/libical')
-rw-r--r-- | recipes/libical/libical_0.27.bb | 4 | ||||
-rw-r--r-- | recipes/libical/libical_0.44.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/libical/libical_0.27.bb b/recipes/libical/libical_0.27.bb index 1c3cdc7ac5..f5821168ae 100644 --- a/recipes/libical/libical_0.27.bb +++ b/recipes/libical/libical_0.27.bb @@ -10,9 +10,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \ inherit autotools -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "87d48321bff08de08794132d60b55d94" SRC_URI[sha256sum] = "7f1fa404e5540c880cc747c4a680a89d88b87b10a1c77655f512780fcb0ca5d0" diff --git a/recipes/libical/libical_0.44.bb b/recipes/libical/libical_0.44.bb index 2d84a517cc..272e07e73e 100644 --- a/recipes/libical/libical_0.44.bb +++ b/recipes/libical/libical_0.44.bb @@ -10,9 +10,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \ inherit autotools -do_stage () { - autotools_stage_all -} - SRC_URI[md5sum] = "e0403c31e1ed82569325685f8c15959c" SRC_URI[sha256sum] = "20a4750df8f4dedd718b55117b8351989e0dfa4ad2c966a383550ed43e6a72d8" |