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/djvulibre | |
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/djvulibre')
-rw-r--r-- | recipes/djvulibre/djvulibre_3.5.20.bb | 4 | ||||
-rw-r--r-- | recipes/djvulibre/djvulibre_3.5.21.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/djvulibre/djvulibre_3.5.20.bb b/recipes/djvulibre/djvulibre_3.5.20.bb index e427a729dc..c1e85e1d2f 100644 --- a/recipes/djvulibre/djvulibre_3.5.20.bb +++ b/recipes/djvulibre/djvulibre_3.5.20.bb @@ -14,10 +14,6 @@ inherit qt4x11 autotools pkgconfig EXTRA_OECONF = " --enable-threads \ --with-qt=${PAMLTOPDIR} " -do_stage() { - autotools_stage_all -} - PACKAGES =+ "libdjvulibre" FILES_libdjvulibre = "${libdir}/libdjvulibre.so.*" FILES_${PN} += "${datadir}/djvu" diff --git a/recipes/djvulibre/djvulibre_3.5.21.bb b/recipes/djvulibre/djvulibre_3.5.21.bb index ce57cf0d9d..233f2a4fdb 100644 --- a/recipes/djvulibre/djvulibre_3.5.21.bb +++ b/recipes/djvulibre/djvulibre_3.5.21.bb @@ -22,10 +22,6 @@ do_configure() { done } -do_stage() { - autotools_stage_all -} - PACKAGES =+ "libdjvulibre" FILES_libdjvulibre = "${libdir}/libdjvulibre.so.*" FILES_${PN} += "${datadir}/djvu" |