* [PATCH] libtest-harness-perl: added
@ 2013-09-03 14:44 Emil Petersen
2013-09-03 15:09 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Emil Petersen @ 2013-09-03 14:44 UTC (permalink / raw)
To: openembedded-devel
Added Test::Harness recipe
Signed-off-by: Emil Petersen <erp@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@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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] libtest-harness-perl: added
2013-09-03 14:44 [PATCH] libtest-harness-perl: added Emil Petersen
@ 2013-09-03 15:09 ` Olof Johansson
2013-09-03 16:01 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2013-09-03 15:09 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Awesome, thanks for your efforts.
On 13-09-03 16:44 +0200, Emil Petersen wrote:
> +LICENSE = "GPLv1+"
This is actually artistic or GPLv1, just like in the other
recipes you posted.
LICENSE = "Artistic-1.0 | GPL-1.0+"
From Test::Harness POD:
> This module is free software; you can redistribute it and/or
> modify it under the same terms as Perl itself. See perlartistic.
Regards,
--
olofjn
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] libtest-harness-perl: added
2013-09-03 15:09 ` Olof Johansson
@ 2013-09-03 16:01 ` Olof Johansson
0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2013-09-03 16:01 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On 13-09-03 17:09 +0200, Olof Johansson wrote:
> Awesome, thanks for your efforts.
>
>
> On 13-09-03 16:44 +0200, Emil Petersen wrote:
> > +LICENSE = "GPLv1+"
>
> This is actually artistic or GPLv1, just like in the other
> recipes you posted.
>
> LICENSE = "Artistic-1.0 | GPL-1.0+"
>
> From Test::Harness POD:
> > This module is free software; you can redistribute it and/or
> > modify it under the same terms as Perl itself. See perlartistic.
This is a core module as well come to think of it. Very core :).
--
olofjn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-03 16:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 14:44 [PATCH] libtest-harness-perl: added Emil Petersen
2013-09-03 15:09 ` Olof Johansson
2013-09-03 16:01 ` Olof Johansson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.