diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-02 10:19:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-03 14:14:59 +0200 |
commit | f2893b80cffc46dad57864eb78b563f0876e6811 (patch) | |
tree | 7c2c3dde3247d69f7ba44ed1643aca2d436fdbb5 /recipes/ekiga | |
parent | 2b61601cc8e3ede0b071da299591a6115d1df9db (diff) |
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/ekiga')
-rw-r--r-- | recipes/ekiga/opal_3.4.4.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.5.2.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.6.1.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.6.2.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.6.4.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/opal_3.6.6.bb | 5 | ||||
-rw-r--r-- | recipes/ekiga/ptlib_2.4.4.bb | 8 | ||||
-rw-r--r-- | recipes/ekiga/ptlib_2.5.2.bb | 8 | ||||
-rw-r--r-- | recipes/ekiga/ptlib_2.6.1.bb | 8 | ||||
-rw-r--r-- | recipes/ekiga/ptlib_2.6.2.bb | 8 | ||||
-rw-r--r-- | recipes/ekiga/ptlib_2.6.4.bb | 8 |
11 files changed, 0 insertions, 70 deletions
diff --git a/recipes/ekiga/opal_3.4.4.bb b/recipes/ekiga/opal_3.4.4.bb index fb0e41754f..5244d63740 100644 --- a/recipes/ekiga/opal_3.4.4.bb +++ b/recipes/ekiga/opal_3.4.4.bb @@ -20,10 +20,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "01e76bc1261ab6c5b537387a81e7fdd9" SRC_URI[sha256sum] = "3ed39e1dc74b4e1adb3d8a3430b18bcfd19d21406375faf420cbdcd5499a4594" diff --git a/recipes/ekiga/opal_3.5.2.bb b/recipes/ekiga/opal_3.5.2.bb index 71f82fec9d..a8aa99117e 100644 --- a/recipes/ekiga/opal_3.5.2.bb +++ b/recipes/ekiga/opal_3.5.2.bb @@ -25,10 +25,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "7a1e7424b346ee0a0b719217a1081cfd" SRC_URI[sha256sum] = "c11daf4e0baf1bc70d30411944f9a3238d61e3c1972c33443dbe0cb078cfe2d7" diff --git a/recipes/ekiga/opal_3.6.1.bb b/recipes/ekiga/opal_3.6.1.bb index c53b72e621..fa5ae8e26c 100644 --- a/recipes/ekiga/opal_3.6.1.bb +++ b/recipes/ekiga/opal_3.6.1.bb @@ -23,10 +23,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "c2b4f12822cef2182267ea0d020bddf6" SRC_URI[sha256sum] = "e6b48a294b35449c851c2a6ea6969041ed7f4148e92b3faa03a330b7bb5a59af" diff --git a/recipes/ekiga/opal_3.6.2.bb b/recipes/ekiga/opal_3.6.2.bb index 3a24c31d54..031ba5fef7 100644 --- a/recipes/ekiga/opal_3.6.2.bb +++ b/recipes/ekiga/opal_3.6.2.bb @@ -23,10 +23,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "88076eeadee1351704afb2aeb3532c17" SRC_URI[sha256sum] = "09ffe451256fafdd74d4dc35ed153b93c81328c397d36872cca1f0104877caca" diff --git a/recipes/ekiga/opal_3.6.4.bb b/recipes/ekiga/opal_3.6.4.bb index 827c8f33fa..dcbfce49ab 100644 --- a/recipes/ekiga/opal_3.6.4.bb +++ b/recipes/ekiga/opal_3.6.4.bb @@ -23,10 +23,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "d894c176818a33d34a04b21386798c4f" SRC_URI[sha256sum] = "b1fb3bad0c8581b82f0da9c69673f43ad9aed7868a7e4f2a68c6c72ed656237b" diff --git a/recipes/ekiga/opal_3.6.6.bb b/recipes/ekiga/opal_3.6.6.bb index 6591bd775c..e8202bd3a2 100644 --- a/recipes/ekiga/opal_3.6.6.bb +++ b/recipes/ekiga/opal_3.6.6.bb @@ -23,10 +23,5 @@ do_configure() { FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so" FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug" -do_stage() { - autotools_stage_all -} - - SRC_URI[md5sum] = "43b363c860780e7f1a0361cfee8f9f4a" SRC_URI[sha256sum] = "60c9d75703bedfeca7140cb76b23fae7179ce1f86e7e8b0026b72d66acd75c82" diff --git a/recipes/ekiga/ptlib_2.4.4.bb b/recipes/ekiga/ptlib_2.4.4.bb index 08b0cb64dd..db98e6a44d 100644 --- a/recipes/ekiga/ptlib_2.4.4.bb +++ b/recipes/ekiga/ptlib_2.4.4.bb @@ -21,13 +21,5 @@ do_compile_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "221ea2f96ff6bae9cf604d8766eae526" SRC_URI[sha256sum] = "c9ef4267490507fc9699634551b50c0c1c225d48e0c095a81be6fa5a1fa96a3a" diff --git a/recipes/ekiga/ptlib_2.5.2.bb b/recipes/ekiga/ptlib_2.5.2.bb index 04112e0e91..ef4bd53ddc 100644 --- a/recipes/ekiga/ptlib_2.5.2.bb +++ b/recipes/ekiga/ptlib_2.5.2.bb @@ -21,13 +21,5 @@ do_compile_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "7d8dcd999827d51ad4a15afe74aad181" SRC_URI[sha256sum] = "c99897464bd07c73dbb72095a9806ddc0c26141230e34b181d7e742e78259e4b" diff --git a/recipes/ekiga/ptlib_2.6.1.bb b/recipes/ekiga/ptlib_2.6.1.bb index db7a502cf0..93a8df9a09 100644 --- a/recipes/ekiga/ptlib_2.6.1.bb +++ b/recipes/ekiga/ptlib_2.6.1.bb @@ -21,13 +21,5 @@ do_compile_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "122ab96fcc44110ce05153f259b3285a" SRC_URI[sha256sum] = "b8301389c1ee9968df8075942061665e33198d3865f92d8fb26e519068517305" diff --git a/recipes/ekiga/ptlib_2.6.2.bb b/recipes/ekiga/ptlib_2.6.2.bb index c9cc5829ab..46f224af17 100644 --- a/recipes/ekiga/ptlib_2.6.2.bb +++ b/recipes/ekiga/ptlib_2.6.2.bb @@ -21,13 +21,5 @@ do_compile_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "d478121cfc82da7c0f0ce0e53fc7c2fd" SRC_URI[sha256sum] = "941ead5179f5bab8dd6e81806b6e52120dc5b98c6ced8128df24639af1eabedd" diff --git a/recipes/ekiga/ptlib_2.6.4.bb b/recipes/ekiga/ptlib_2.6.4.bb index 92d34ff85d..6ad0ed4537 100644 --- a/recipes/ekiga/ptlib_2.6.4.bb +++ b/recipes/ekiga/ptlib_2.6.4.bb @@ -27,13 +27,5 @@ do_install_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" -do_stage() { - autotools_stage_all -} - - - - - SRC_URI[md5sum] = "bcc8e2d5bb6be7e3fea857ce2f7fce5c" SRC_URI[sha256sum] = "22eae4f6c72247f8ac79c57ce4469797ad3df67614758c5096b7ce9290bd10b4" |