From ae17fce816b0087593cf767a8ae2d02ebda4edb2 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 1 Jan 2010 17:07:11 +0100 Subject: libtimedate-perl: moved to 1.20, added BBCLASSEXTEND --- recipes/perl/libtimedate-perl_1.16.bb | 11 ----------- recipes/perl/libtimedate-perl_1.20.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 recipes/perl/libtimedate-perl_1.16.bb create mode 100644 recipes/perl/libtimedate-perl_1.20.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libtimedate-perl_1.16.bb b/recipes/perl/libtimedate-perl_1.16.bb deleted file mode 100644 index 617238aec8..0000000000 --- a/recipes/perl/libtimedate-perl_1.16.bb +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "libs" -# You can redistribute it and/or modify it under the same terms as Perl itself. -LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" -PACKAGE_ARCH = "all" - -SRC_URI = "http://www.cpan.org/modules/by-module/Time/TimeDate-${PV}.tar.gz" - -S = "${WORKDIR}/TimeDate-${PV}" - -inherit cpan diff --git a/recipes/perl/libtimedate-perl_1.20.bb b/recipes/perl/libtimedate-perl_1.20.bb new file mode 100644 index 0000000000..c7c0c1f075 --- /dev/null +++ b/recipes/perl/libtimedate-perl_1.20.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +# You can redistribute it and/or modify it under the same terms as Perl itself. +LICENSE = "Artistic|GPL" +RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" +PACKAGE_ARCH = "all" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" + +S = "${WORKDIR}/TimeDate-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit v1.2.3