From cc8dd8133de8120162b9bb82e2cfa8d1e9ea3742 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 5 Aug 2010 10:55:26 +0400 Subject: lib(html-mason|log-dispatch|module-build)-perl: remove do_stage no-ops Signed-off-by: Roman I Khimov --- recipes/perl/libhtml-mason-perl_1.35.bb | 4 ---- recipes/perl/liblog-dispatch-perl_2.13.bb | 4 ---- recipes/perl/libmodule-build-perl_0.2805.bb | 4 ---- 3 files changed, 12 deletions(-) diff --git a/recipes/perl/libhtml-mason-perl_1.35.bb b/recipes/perl/libhtml-mason-perl_1.35.bb index 0c8eb333bd..580a7379a5 100644 --- a/recipes/perl/libhtml-mason-perl_1.35.bb +++ b/recipes/perl/libhtml-mason-perl_1.35.bb @@ -17,10 +17,6 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/HTML-Mason-${PV}. S = "${WORKDIR}/HTML-Mason-${PV}" -do_stage() { - : -} - inherit cpan_build do_install_append () { diff --git a/recipes/perl/liblog-dispatch-perl_2.13.bb b/recipes/perl/liblog-dispatch-perl_2.13.bb index 17c5fa065c..8e860cffdb 100644 --- a/recipes/perl/liblog-dispatch-perl_2.13.bb +++ b/recipes/perl/liblog-dispatch-perl_2.13.bb @@ -7,10 +7,6 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-${PV S = "${WORKDIR}/Log-Dispatch-${PV}" -do_stage() { - : -} - inherit cpan_build SRC_URI[md5sum] = "88349394af92f521e1ccc845d64fb9f2" diff --git a/recipes/perl/libmodule-build-perl_0.2805.bb b/recipes/perl/libmodule-build-perl_0.2805.bb index 0a081d9698..bdce1833f3 100644 --- a/recipes/perl/libmodule-build-perl_0.2805.bb +++ b/recipes/perl/libmodule-build-perl_0.2805.bb @@ -12,10 +12,6 @@ PR = "r6" S = "${WORKDIR}/Module-Build-${PV}" -do_stage() { - : -} - inherit cpan_build SRC_URI[md5sum] = "598bb59b86c2c4842eeffb03392fab5b" -- cgit 1.2.3-korg