aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpelaunch
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/libgpelaunch
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/libgpelaunch')
-rw-r--r--recipes/libgpelaunch/libgpelaunch_0.14.bb4
-rw-r--r--recipes/libgpelaunch/libgpelaunch_svn.bb4
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/libgpelaunch/libgpelaunch_0.14.bb b/recipes/libgpelaunch/libgpelaunch_0.14.bb
index 2b8951a01f..2e4891164a 100644
--- a/recipes/libgpelaunch/libgpelaunch_0.14.bb
+++ b/recipes/libgpelaunch/libgpelaunch_0.14.bb
@@ -11,9 +11,5 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug"
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "cac106e90f57753511a4436ca2cdbc3b"
SRC_URI[sha256sum] = "23425f74f304072f48d295e9d7168a6ecfb44c049074b34b71cfbf1f4d19ec85"
diff --git a/recipes/libgpelaunch/libgpelaunch_svn.bb b/recipes/libgpelaunch/libgpelaunch_svn.bb
index c7c3c8e83e..8691fcf084 100644
--- a/recipes/libgpelaunch/libgpelaunch_svn.bb
+++ b/recipes/libgpelaunch/libgpelaunch_svn.bb
@@ -11,10 +11,6 @@ SRC_URI = "${GPE_SVN}"
S = "${WORKDIR}/${PN}"
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN}-dbg += "${libexecdir}/libgpelaunch/.debug"
DEFAULT_PREFERENCE = "-1"