[OE-core] [PATCH 07/21] http-daemon-perl: add new recipe

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


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

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

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

diff --git a/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb b/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb
new file mode 100644
index 0000000..8461e85
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Instances of the \"HTTP::Daemon\" class are HTTP/1.1 servers that \
+listen on a socket for incoming requests. The \"HTTP::Daemon\" is a \
+subclass of \
+\"IO::Socket::INET\", so you can perform socket operations directly on \
+it too."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky at yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Daemon"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ed0ae02d25d7f1e89456d4d69732adc2"
+SRC_URI[sha256sum] = "43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "http-message-perl"
+RDEPENDS_${PN} += "lwp-mediatypes-perl"
+
+S = "${WORKDIR}/HTTP-Daemon-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1




More information about the Openembedded-core mailing list