diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 10:55:26 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 10:58:27 +0400 |
commit | cc8dd8133de8120162b9bb82e2cfa8d1e9ea3742 (patch) | |
tree | fc384aa4a58ceeaed657d33a9218a160a5f6794c /recipes | |
parent | 929d154c3fdf3f3bd0ebb8dc35655c2bcc951744 (diff) |
lib(html-mason|log-dispatch|module-build)-perl: remove do_stage no-ops
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libhtml-mason-perl_1.35.bb | 4 | ||||
-rw-r--r-- | recipes/perl/liblog-dispatch-perl_2.13.bb | 4 | ||||
-rw-r--r-- | recipes/perl/libmodule-build-perl_0.2805.bb | 4 |
3 files changed, 0 insertions, 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" |