aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsoap-lite-perl_0.710.08.bb
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-10 15:45:54 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-18 08:04:42 +0000
commit7a930238abfac90b5021781e870cfc71185c28c5 (patch)
treece88690e04958dfbbbcc333ee4d996ad5d03e8d8 /recipes/perl/libsoap-lite-perl_0.710.08.bb
parent6d66985c2607f4026671c9efdb40716aa1b33f0b (diff)
downloadopenembedded-7a930238abfac90b5021781e870cfc71185c28c5.tar.gz
libsoap-lite-perl: add recipe
Diffstat (limited to 'recipes/perl/libsoap-lite-perl_0.710.08.bb')
-rw-r--r--recipes/perl/libsoap-lite-perl_0.710.08.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libsoap-lite-perl_0.710.08.bb b/recipes/perl/libsoap-lite-perl_0.710.08.bb
new file mode 100644
index 0000000000..4cde3c945d
--- /dev/null
+++ b/recipes/perl/libsoap-lite-perl_0.710.08.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Client and server side SOAP implementation"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz"
+
+S = "${WORKDIR}/SOAP-Lite-${PV}"
+
+inherit cpan
+
+do_configure_prepend () {
+ sed -i '/^use diagnostics;$/d' Makefile.PL
+}