aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/swfdec
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/swfdec
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/swfdec')
-rw-r--r--recipes/swfdec/swfdec-mozilla_0.7.2.bb4
-rw-r--r--recipes/swfdec/swfdec-mozilla_0.7.4.bb4
-rw-r--r--recipes/swfdec/swfdec-mozilla_0.8.2.bb4
-rw-r--r--recipes/swfdec/swfdec-mozilla_0.9.2.bb4
-rw-r--r--recipes/swfdec/swfdec_0.7.2.bb4
-rw-r--r--recipes/swfdec/swfdec_0.7.4.bb4
-rw-r--r--recipes/swfdec/swfdec_0.8.2.bb4
-rw-r--r--recipes/swfdec/swfdec_0.9.2.bb4
8 files changed, 0 insertions, 32 deletions
diff --git a/recipes/swfdec/swfdec-mozilla_0.7.2.bb b/recipes/swfdec/swfdec-mozilla_0.7.2.bb
index 86a812ad63..0f453aa564 100644
--- a/recipes/swfdec/swfdec-mozilla_0.7.2.bb
+++ b/recipes/swfdec/swfdec-mozilla_0.7.2.bb
@@ -12,10 +12,6 @@ SRC_URI = "http://swfdec.freedesktop.org/download/swfdec-mozilla/0.7/${P}.tar.gz
inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN} += "${libdir}/mozilla/plugins/*.so"
FILES_${PN}-dev += "${libdir}/mozilla/plugins/*a"
FILES_${PN}-dbg += "${libdir}/mozilla/plugins/.debug"
diff --git a/recipes/swfdec/swfdec-mozilla_0.7.4.bb b/recipes/swfdec/swfdec-mozilla_0.7.4.bb
index 2184ba21a9..4eb3ebb102 100644
--- a/recipes/swfdec/swfdec-mozilla_0.7.4.bb
+++ b/recipes/swfdec/swfdec-mozilla_0.7.4.bb
@@ -12,10 +12,6 @@ SRC_URI = "http://swfdec.freedesktop.org/download/swfdec-mozilla/0.7/${P}.tar.gz
inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN} += "${libdir}/mozilla/plugins/*.so"
FILES_${PN}-dev += "${libdir}/mozilla/plugins/*a"
FILES_${PN}-dbg += "${libdir}/mozilla/plugins/.debug"
diff --git a/recipes/swfdec/swfdec-mozilla_0.8.2.bb b/recipes/swfdec/swfdec-mozilla_0.8.2.bb
index f649738767..5710b93d84 100644
--- a/recipes/swfdec/swfdec-mozilla_0.8.2.bb
+++ b/recipes/swfdec/swfdec-mozilla_0.8.2.bb
@@ -16,10 +16,6 @@ do_install_append() {
rm ${D}${libdir}/mozilla/plugins/*.la
}
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN} += "${libdir}/mozilla/plugins/*.so"
FILES_${PN}-dbg += "${libdir}/mozilla/plugins/.debug"
diff --git a/recipes/swfdec/swfdec-mozilla_0.9.2.bb b/recipes/swfdec/swfdec-mozilla_0.9.2.bb
index d68cd1e9ec..c388023ef3 100644
--- a/recipes/swfdec/swfdec-mozilla_0.9.2.bb
+++ b/recipes/swfdec/swfdec-mozilla_0.9.2.bb
@@ -15,10 +15,6 @@ do_install_append() {
rm ${D}${libdir}/mozilla/plugins/*.la
}
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN} += "${libdir}/mozilla/plugins/*.so"
FILES_${PN}-dbg += "${libdir}/mozilla/plugins/.debug"
diff --git a/recipes/swfdec/swfdec_0.7.2.bb b/recipes/swfdec/swfdec_0.7.2.bb
index e5769fa76f..3fcfa2f7c2 100644
--- a/recipes/swfdec/swfdec_0.7.2.bb
+++ b/recipes/swfdec/swfdec_0.7.2.bb
@@ -15,10 +15,6 @@ do_install_append() {
install -m 0755 ${S}/player/.libs/swfplay ${D}/${bindir}
}
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "libswfdecgtk libswfdec"
FILES_${PN} += "${datadir}/icons"
diff --git a/recipes/swfdec/swfdec_0.7.4.bb b/recipes/swfdec/swfdec_0.7.4.bb
index 50c06d5dc2..874bb11849 100644
--- a/recipes/swfdec/swfdec_0.7.4.bb
+++ b/recipes/swfdec/swfdec_0.7.4.bb
@@ -13,10 +13,6 @@ do_install_append() {
install -m 0755 ${S}/player/.libs/swfplay ${D}/${bindir}
}
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "libswfdecgtk libswfdec"
FILES_${PN} += "${datadir}/icons"
diff --git a/recipes/swfdec/swfdec_0.8.2.bb b/recipes/swfdec/swfdec_0.8.2.bb
index 7c9bd69669..9c65dbac26 100644
--- a/recipes/swfdec/swfdec_0.8.2.bb
+++ b/recipes/swfdec/swfdec_0.8.2.bb
@@ -15,10 +15,6 @@ do_install_append() {
install -m 0755 ${S}/player/.libs/swfplay ${D}/${bindir}
}
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "libswfdecgtk libswfdec"
FILES_libswfdec = "${libdir}/libswfdec-0.8.so.*"
FILES_libswfdecgtk = "${libdir}/libswfdec-gtk-0.8.so.*"
diff --git a/recipes/swfdec/swfdec_0.9.2.bb b/recipes/swfdec/swfdec_0.9.2.bb
index eb8e77ab5f..65bfa414d1 100644
--- a/recipes/swfdec/swfdec_0.9.2.bb
+++ b/recipes/swfdec/swfdec_0.9.2.bb
@@ -15,10 +15,6 @@ do_install_append() {
install -m 0755 ${S}/player/.libs/swfplay ${D}/${bindir}
}
-do_stage() {
- autotools_stage_all
-}
-
PACKAGES =+ "libswfdecgtk libswfdec"
FILES_libswfdec = "${libdir}/libswfdec-0.9.so.*"