[oe] [PATCH] libtest-harness-perl: added

Emil Petersen erp at movis.dk
Tue Sep 3 14:44:33 UTC 2013


Added Test::Harness recipe

Signed-off-by: Emil Petersen <erp at movis.dk>
---
 .../libtest-harness-perl/libtest-harness-perl_3.28.bb  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libtest-harness-perl/libtest-harness-perl_3.28.bb

diff --git a/meta-perl/recipes-perl/libtest-harness-perl/libtest-harness-perl_3.28.bb b/meta-perl/recipes-perl/libtest-harness-perl/libtest-harness-perl_3.28.bb
new file mode 100644
index 0000000..881f5a6
--- /dev/null
+++ b/meta-perl/recipes-perl/libtest-harness-perl/libtest-harness-perl_3.28.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics"
+AUTHOR = "Curis \"Ovid\" Poe <ovid at cpan.org>"
+HOMEPAGE = "https://metacpan.org/module/Test::Harness"
+SECTION = "devtools"
+LICENSE = "GPLv1+"
+LIC_FILES_CHKSUM = "file://README;md5=37947a7c4fbd4a63c41d1bfa385e0c1e"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/O/OV/OVID/Test-Harness-${PV}.tar.gz"
+SRC_URI[md5sum] = "e71faf73830f249e2eb569a52362c106"
+SRC_URI[sha256sum] = "209d538a7809935967c2c148a36c75a2959a3c3432e1d406288662632870a07c"
+
+S = "${WORKDIR}/Test-Harness-${PV}/"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
+
+
-- 
1.8.4.rc3




More information about the Openembedded-devel mailing list