From: Mingli Yu <[email protected]>

* Add new recipe io-socket-ssl-perl as net-http-perl
  rdepends on io-socket-ssl-perl

Signed-off-by: Mingli Yu <[email protected]>
---
 .../perl/io-socket-ssl-perl_2.024.bb               | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb

diff --git a/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb 
b/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb
new file mode 100644
index 0000000..b24535f
--- /dev/null
+++ b/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "IO::Socket::SSL makes using SSL/TLS much easier by wrapping the 
necessary \
+functionality into the familiar IO::Socket interface and providing secure \
+defaults whenever possible. This way, existing applications can be made \
+SSL-aware without much effort, at least if you do blocking I/O and don't \
+use select or poll."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=    "Poky <[email protected]>"
+HOMEPAGE=      "https://metacpan.org/release/IO-Socket-SSL";
+
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 
\
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = 
"https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz";
+
+SRC_URI[md5sum] = "9d1be9159475fe67afa5f2e238808086"
+SRC_URI[sha256sum] = 
"dab3125b004b24ff8dfc003aa81c00c0f976a1bc34a75e1d8d9de9de837ce6c9"
+RDEPENDS_${PN} += "net-ssleay-perl"
+
+S = "${WORKDIR}/IO-Socket-SSL-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to