aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tomoe
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-02 10:19:42 +0000
committerKoen Kooi <koen@openembedded.org>2010-08-03 14:14:59 +0200
commitf2893b80cffc46dad57864eb78b563f0876e6811 (patch)
tree7c2c3dde3247d69f7ba44ed1643aca2d436fdbb5 /recipes/tomoe
parent2b61601cc8e3ede0b071da299591a6115d1df9db (diff)
downloadopenembedded-f2893b80cffc46dad57864eb78b563f0876e6811.tar.gz
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/tomoe')
-rw-r--r--recipes/tomoe/libtomoe-gtk_0.1.0.bb4
-rw-r--r--recipes/tomoe/tomoe_0.2.1.bb4
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/tomoe/libtomoe-gtk_0.1.0.bb b/recipes/tomoe/libtomoe-gtk_0.1.0.bb
index 99f300ed7e..283b28cfba 100644
--- a/recipes/tomoe/libtomoe-gtk_0.1.0.bb
+++ b/recipes/tomoe/libtomoe-gtk_0.1.0.bb
@@ -8,9 +8,5 @@ inherit autotools pkgconfig
SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz"
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "e9b887189ee408902a0f85d9b1cde06f"
SRC_URI[sha256sum] = "de00404262d5601edd953d2c83adc8e4897c2a34dfa2d8248f521136c266cc52"
diff --git a/recipes/tomoe/tomoe_0.2.1.bb b/recipes/tomoe/tomoe_0.2.1.bb
index a58cf083c4..401b1e141a 100644
--- a/recipes/tomoe/tomoe_0.2.1.bb
+++ b/recipes/tomoe/tomoe_0.2.1.bb
@@ -5,10 +5,6 @@ LICENSE = "LGPL"
inherit autotools pkgconfig
-do_stage () {
- autotools_stage_all
-}
-
SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/16048/tomoe-0.2.1.tar.gz"
SRC_URI[md5sum] = "95eca127a1d519ff4e836b3d00d7fa84"