From: Jan Lübbe Date: Thu, 10 Sep 2009 15:45:54 +0000 (+0000) Subject: libsoap-lite-perl: add recipe X-Git-Tag: Release-2010-05/1~2399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a930238abfac90b5021781e870cfc71185c28c5;p=openembedded.git libsoap-lite-perl: add recipe --- diff --git a/conf/checksums.ini b/conf/checksums.ini index 09e4796607..2b8ec2028a 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -998,6 +998,10 @@ sha256=f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913 md5=5f6b365b4c3815b13d7a902d94e254af sha256=957053683ca36129565db5018dd219bcc740ae781c4fbc9bc03f263f691730e8 +[http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-0.710.08.tar.gz] +md5=e7869ad91fee76cc1782fe29fe3a989d +sha256=efe7dd9a1c6993d475ae1a653c5fa97a76a36accd468d49b030d81880ca11bef + [http://downloads.sourceforge.net/pywebsvcs/SOAPpy-0.11.3.tar.gz] md5=dbdcafe76f73dffaa6948b026607d51b sha256=a4a0984583c32fbf69e6f9495590b9e0c8a2a4aa42cb83f20b63a75208590845 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 +}