summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/perl/libtimedate-perl_2.30.bb')
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_2.30.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
index d42eadb586..3e0d216a03 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
@@ -1,8 +1,9 @@
1SUMMARY = "Perl modules useful for manipulating date and time information" 1SUMMARY = "Perl modules useful for manipulating date and time information"
2HOMEPAGE = "https://metacpan.org/release/TimeDate" 2HOMEPAGE = "https://metacpan.org/release/TimeDate"
3DESCRIPTION = "This is the perl5 TimeDate distribution. It requires perl version 5.003 or later."
3SECTION = "libs" 4SECTION = "libs"
4# You can redistribute it and/or modify it under the same terms as Perl itself. 5# You can redistribute it and/or modify it under the same terms as Perl itself.
5LICENSE = "Artistic-1.0 | GPL-1.0+" 6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
6LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" 7LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
7 8
8SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" 9SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
@@ -13,8 +14,8 @@ inherit cpan ptest-perl
13 14
14BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
15 16
16RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" 17RDEPENDS:${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
17RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-utf8" 18RDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-utf8"
18 19
19SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" 20SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c"
20SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" 21SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86"