[oe-commits] Roman I Khimov : libio-socket-ssl-perl: add IO::Socket::SSL Perl module

git version control git at git.openembedded.org
Wed Mar 24 17:24:13 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 16:09:22 2010 +0300

libio-socket-ssl-perl: add IO::Socket::SSL Perl module

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

---

 recipes/perl/libio-socket-ssl-perl_1.32.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libio-socket-ssl-perl_1.32.bb b/recipes/perl/libio-socket-ssl-perl_1.32.bb
new file mode 100644
index 0000000..12b958b
--- /dev/null
+++ b/recipes/perl/libio-socket-ssl-perl_1.32.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "IO::Socket::SSL -- Nearly transparent SSL encapsulation for IO::Socket::INET"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += "perl-module-scalar-util libnet-ssleay-perl"
+BBCLASSEXTEND = "native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz;name=io-socket-ssl-${PV}"
+SRC_URI[io-socket-ssl-1.32.md5sum] = "324ec02c26ecb41c481d0586c4174a56"
+SRC_URI[io-socket-ssl-1.32.sha256sum] = "79803d103e0dfd14a884802b874b618a24d3bcd88a7192f45ddac83744e21aff"
+
+S = "${WORKDIR}/IO-Socket-SSL-${PV}"
+
+inherit cpan
+
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list