[OE-core] [PATCH 09/21] http-message-perl: add new recipe

mingli.yu at windriver.com mingli.yu at windriver.com
Mon Aug 29 02:16:27 UTC 2016


From: Mingli Yu <Mingli.Yu at windriver.com>

* Add new recipe http-message-perl as libwww-perl-perl
  rdepends on http-message-perl

Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
---
 .../perl/http-message-perl_6.11.bb                 | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-message-perl_6.11.bb

diff --git a/meta/recipes-devtools/perl/http-message-perl_6.11.bb b/meta/recipes-devtools/perl/http-message-perl_6.11.bb
new file mode 100644
index 0000000..f4ac587
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-message-perl_6.11.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "An "HTTP::Message" object contains some headers and a content body. The \
+following methods are available:"
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky at yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Message"
+
+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/E/ET/ETHER/HTTP-Message-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "4ed7add10daea3ab30abfeab6d03872f"
+SRC_URI[sha256sum] = "e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b"
+RDEPENDS_${PN} += "encode-locale-perl"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "io-compress-perl"
+RDEPENDS_${PN} += "io-html-perl"
+RDEPENDS_${PN} += "lwp-mediatypes-perl"
+RDEPENDS_${PN} += "uri-perl"
+
+S = "${WORKDIR}/HTTP-Message-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1




More information about the Openembedded-core mailing list