summaryrefslogtreecommitdiffstats
path: root/recipes/libftdi
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/libftdi
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/libftdi')
-rw-r--r--recipes/libftdi/libftdi_0.13.bb4
-rw-r--r--recipes/libftdi/libftdi_0.9.bb4
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/libftdi/libftdi_0.13.bb b/recipes/libftdi/libftdi_0.13.bb
index 56be4c0907..5633b0a5e2 100644
--- a/recipes/libftdi/libftdi_0.13.bb
+++ b/recipes/libftdi/libftdi_0.13.bb
@@ -15,9 +15,5 @@ inherit autotools binconfig pkgconfig
EXTRA_OECONF += "--disable-rpath"
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "7b4a660fd644980f3d45873d156d021a"
SRC_URI[sha256sum] = "98ceb0a3174564f310c4ff1c021bdca52558bf693003a410cdb95c8388aa11f3"
diff --git a/recipes/libftdi/libftdi_0.9.bb b/recipes/libftdi/libftdi_0.9.bb
index 1874bcea9b..98395d8d67 100644
--- a/recipes/libftdi/libftdi_0.9.bb
+++ b/recipes/libftdi/libftdi_0.9.bb
@@ -12,9 +12,5 @@ inherit autotools
EXTRA_OECONF = "--disable-docs"
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "6b1bf276ba8d623332083477f91deefd"
SRC_URI[sha256sum] = "1ffb6284de02c75a2cd6709b6148eac0336cd0297742500da12aedd151838295"