aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtimedate-perl_1.20.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 17:07:11 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 17:07:11 +0100
commitae17fce816b0087593cf767a8ae2d02ebda4edb2 (patch)
tree4da45eb9929128c8d41ac07eba9fef9eb7964b92 /recipes/perl/libtimedate-perl_1.20.bb
parentab78a2ee72226cf3d2d4cdebeb25b40e2a25fb91 (diff)
downloadopenembedded-ae17fce816b0087593cf767a8ae2d02ebda4edb2.tar.gz
libtimedate-perl: moved to 1.20, added BBCLASSEXTEND
Diffstat (limited to 'recipes/perl/libtimedate-perl_1.20.bb')
-rw-r--r--recipes/perl/libtimedate-perl_1.20.bb13
1 files changed, 13 insertions, 0 deletions
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"