From: Mingli Yu <mingli...@windriver.com>

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

Signed-off-by: Mingli Yu <mingli...@windriver.com>
---
 .../perl/io-compress-perl_2.069.bb                 | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/io-compress-perl_2.069.bb

diff --git a/meta/recipes-devtools/perl/io-compress-perl_2.069.bb 
b/meta/recipes-devtools/perl/io-compress-perl_2.069.bb
new file mode 100644
index 0000000..43b51b4
--- /dev/null
+++ b/meta/recipes-devtools/perl/io-compress-perl_2.069.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "This module provides a Perl interface that allows writing 
compressed \
+data to files or buffer as defined in RFC 1952."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=    "Poky <p...@yoctoproject.org>"
+HOMEPAGE=      "https://metacpan.org/release/IO-Compress";
+
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 
\
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = 
"https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz";
+
+SRC_URI[md5sum] = "b26925161e3f01919f60344d1bbb49c4"
+SRC_URI[sha256sum] = 
"e9d36d93e12874536ecbf6c1db80aae34236645798b3501b479c78e09da3f28c"
+RDEPENDS_${PN} += "compress-raw-bzip2-perl"
+RDEPENDS_${PN} += "compress-raw-zlib-perl"
+
+S = "${WORKDIR}/IO-Compress-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to