summaryrefslogtreecommitdiff
path: root/recipes/perl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libtimedate-perl_1.20.bb (renamed from recipes/perl/libtimedate-perl_1.16.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libtimedate-perl_1.16.bb b/recipes/perl/libtimedate-perl_1.20.bb
index 617238aec8..c7c0c1f075 100644
--- a/recipes/perl/libtimedate-perl_1.16.bb
+++ b/recipes/perl/libtimedate-perl_1.20.bb
@@ -4,8 +4,10 @@ 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"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
S = "${WORKDIR}/TimeDate-${PV}"
inherit cpan
+
+BBCLASSEXTEND="native"