From edd418a1e0341eda59fd0771929afea4c98463a3 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Thu, 28 Feb 2013 16:12:30 +0200 Subject: libtimedate-perl: updated to 2.30 (From OE-Core rev: c75d2ee3a284549aa983157d8ad8e3e2227961fa) Signed-off-by: Bogdan Marinescu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/perl/libtimedate-perl_1.20.bb | 20 -------------------- meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-extended/perl/libtimedate-perl_1.20.bb create mode 100644 meta/recipes-extended/perl/libtimedate-perl_2.30.bb (limited to 'meta/recipes-extended/perl') diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb deleted file mode 100644 index 780f77484c..0000000000 --- a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "TimeDate - parser for absolute times" -SECTION = "libs" -# You can redistribute it and/or modify it under the same terms as Perl itself. -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" -PR = "r4" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" - -S = "${WORKDIR}/TimeDate-${PV}" - -inherit cpan allarch - -BBCLASSEXTEND = "native" - -RDEPENDS_${PN}_class-native = "" -RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" - -SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200" -SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755" diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb new file mode 100644 index 0000000000..e2aa86baa1 --- /dev/null +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "TimeDate - parser for absolute times" +SECTION = "libs" +# You can redistribute it and/or modify it under the same terms as Perl itself. +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" + +S = "${WORKDIR}/TimeDate-${PV}" + +inherit cpan allarch + +BBCLASSEXTEND = "native" + +RDEPENDS_${PN}_class-native = "" +RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" + +SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" +SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" -- cgit v1.2.3-54-g00ecf