aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdvdread
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/libdvdread
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/libdvdread')
-rw-r--r--recipes/libdvdread/libdvdread_0.9.6.bb5
-rw-r--r--recipes/libdvdread/libdvdread_0.9.7.bb5
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes/libdvdread/libdvdread_0.9.6.bb b/recipes/libdvdread/libdvdread_0.9.6.bb
index 2c68d1ca1b..b24af164d8 100644
--- a/recipes/libdvdread/libdvdread_0.9.6.bb
+++ b/recipes/libdvdread/libdvdread_0.9.6.bb
@@ -9,10 +9,5 @@ SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"
inherit autotools
-do_stage() {
- autotools_stage_all
-}
-
-
SRC_URI[md5sum] = "329401b84ad0b00aaccaad58f2fc393c"
SRC_URI[sha256sum] = "509503979441e078866d75a628d8a6483e67737454feaa5366f609ecf2a0f5cf"
diff --git a/recipes/libdvdread/libdvdread_0.9.7.bb b/recipes/libdvdread/libdvdread_0.9.7.bb
index 90ae9733ba..4ccf992b90 100644
--- a/recipes/libdvdread/libdvdread_0.9.7.bb
+++ b/recipes/libdvdread/libdvdread_0.9.7.bb
@@ -16,10 +16,5 @@ EXTRA_OECONF = " --with-libdvdcss-includes=${STAGING_INCDIR} \
--with-libdvdcss-libs=${STAGING_LIBDIR} \
"
-do_stage() {
- autotools_stage_all
-}
-
-
SRC_URI[md5sum] = "078788c9241ae16763529e1235502337"
SRC_URI[sha256sum] = "e01f70cba5cfbc577b853ae69d73f00db7161e1704dc2359c4377aac4232a184"