aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apr
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/apr
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/apr')
-rw-r--r--recipes/apr/apr-util_0.9.12.bb4
-rw-r--r--recipes/apr/apr-util_1.2.12.bb4
-rw-r--r--recipes/apr/apr-util_1.2.7.bb4
-rw-r--r--recipes/apr/apr_0.9.12.bb4
4 files changed, 0 insertions, 16 deletions
diff --git a/recipes/apr/apr-util_0.9.12.bb b/recipes/apr/apr-util_0.9.12.bb
index 1902c054ef..89c9a93022 100644
--- a/recipes/apr/apr-util_0.9.12.bb
+++ b/recipes/apr/apr-util_0.9.12.bb
@@ -18,9 +18,5 @@ do_configure() {
oe_runconf
}
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "8e9cc71a1303b67b3278fbeab9799f2e"
SRC_URI[sha256sum] = "5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3"
diff --git a/recipes/apr/apr-util_1.2.12.bb b/recipes/apr/apr-util_1.2.12.bb
index b5c1ebb9ef..698a3f0ca7 100644
--- a/recipes/apr/apr-util_1.2.12.bb
+++ b/recipes/apr/apr-util_1.2.12.bb
@@ -30,9 +30,5 @@ do_configure_prepend() {
libtoolize --force
}
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "e292942e22edd21b68609086352212e4"
SRC_URI[sha256sum] = "7d70ff17bec733bdb04a6653a8e9c15ab7d88429dac91a4ae58c1db5caaee07f"
diff --git a/recipes/apr/apr-util_1.2.7.bb b/recipes/apr/apr-util_1.2.7.bb
index e26d3000bc..282b55e388 100644
--- a/recipes/apr/apr-util_1.2.7.bb
+++ b/recipes/apr/apr-util_1.2.7.bb
@@ -24,9 +24,5 @@ do_configure_prepend () {
cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
}
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "c3702668a640be1695956115857ec22e"
SRC_URI[sha256sum] = "8cd84eb2031a91572e1be2975f4171730a9be72c4cd88718c4c40ac7dc4fd7d3"
diff --git a/recipes/apr/apr_0.9.12.bb b/recipes/apr/apr_0.9.12.bb
index 94d6493bcb..8748757663 100644
--- a/recipes/apr/apr_0.9.12.bb
+++ b/recipes/apr/apr_0.9.12.bb
@@ -12,9 +12,5 @@ do_configure() {
oe_runconf
}
-do_stage() {
- autotools_stage_all
-}
-
SRC_URI[md5sum] = "63fef787c263bd8025c6ab6a6cecdd01"
SRC_URI[sha256sum] = "cd1da2119dd812127ab6e6e8cbb954d9b74fe01ec744364ba79c9845865ffdaa"