[oe-commits] Roman I Khimov : lib(html-mason|log-dispatch|module-build)-perl: remove do_stage no-ops

git version control git at git.openembedded.org
Thu Aug 5 07:05:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cc8dd8133de8120162b9bb82e2cfa8d1e9ea3742
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc8dd8133de8120162b9bb82e2cfa8d1e9ea3742

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Aug  5 10:55:26 2010 +0400

lib(html-mason|log-dispatch|module-build)-perl: remove do_stage no-ops

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 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, 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 0c8eb33..580a737 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 17c5fa0..8e860cf 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 0a081d9..bdce183 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"





More information about the Openembedded-commits mailing list