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/gamin | |
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/gamin')
-rw-r--r-- | recipes/gamin/gamin_0.1.10.bb | 4 | ||||
-rw-r--r-- | recipes/gamin/gamin_0.1.8.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb index 392e3c3530..949ca7c1b5 100644 --- a/recipes/gamin/gamin_0.1.10.bb +++ b/recipes/gamin/gamin_0.1.10.bb @@ -9,9 +9,5 @@ EXTRA_OECONF = " --without-python " inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028" SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1" diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb index 7d76b9004a..b2c58b1119 100644 --- a/recipes/gamin/gamin_0.1.8.bb +++ b/recipes/gamin/gamin_0.1.8.bb @@ -10,9 +10,5 @@ EXTRA_OECONF = " --without-python " inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "985022c8b1b993e471d528fd0e14ffbe" SRC_URI[sha256sum] = "be22f69b4797db510f4270ff0e228dd027e99e561ac5f5d38be595be7e82d203" |