X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fperl%2Flibtest-pod-perl_1.52.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fperl%2Flibtest-pod-perl_1.52.bb;h=1dd5be72c022866656a4297049faa81906adddc6;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libtest-pod-perl_1.52.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libtest-pod-perl_1.52.bb new file mode 100644 index 0000000..1dd5be7 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/perl/libtest-pod-perl_1.52.bb @@ -0,0 +1,19 @@ + +DESCRIPTION = "Test::Pod - check for POD errors in files" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://README;beginline=26;md5=ea81140c3f3b2937c6490fc732471cd0" +HOMEPAGE = "https://github.com/perl-pod/test-pod/" +BBCLASSEXTEND = "native" +RDEPENDS_${PN} += " perl-module-test-more \ + perl-module-file-spec \ + perl-module-pod-simple \ + perl-module-test-builder-tester \ + " + +SRC_URI ="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Pod-${PV}.tar.gz;name=test-pod-perl-${PV}" +SRC_URI[test-pod-perl-1.52.md5sum] = "472dda77746d48e6465bf62e47aeca81" +SRC_URI[test-pod-perl-1.52.sha256sum] = "60a8dbcc60168bf1daa5cc2350236df9343e9878f4ab9830970a5dde6fe8e5fc" +S = "${WORKDIR}/Test-Pod-${PV}" + +inherit cpan