diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-08-10 15:49:47 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 13:36:01 +0100 |
commit | 4f90c0c8c804a6ebfaeaa6ed4133df73a3dca166 (patch) | |
tree | c4854ab9bc6cfec494637c64e6f38c3718858714 /meta | |
parent | ab902e0d68af18931c65cb74ccb28c4bea479ed9 (diff) | |
download | openembedded-core-4f90c0c8c804a6ebfaeaa6ed4133df73a3dca166.tar.gz openembedded-core-4f90c0c8c804a6ebfaeaa6ed4133df73a3dca166.tar.bz2 openembedded-core-4f90c0c8c804a6ebfaeaa6ed4133df73a3dca166.zip |
libtimedate-perl: create a new recipe
imported this recipe from OE
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/perl/libtimedate-perl_1.20.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/perl/libtimedate-perl_1.20.bb b/meta/packages/perl/libtimedate-perl_1.20.bb new file mode 100644 index 0000000000..84406adfb0 --- /dev/null +++ b/meta/packages/perl/libtimedate-perl_1.20.bb @@ -0,0 +1,21 @@ +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|GPL" +PR = "r2" + + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" + +S = "${WORKDIR}/TimeDate-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" + +RDEPENDS_${PN}_virtclass-native = "" +RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" +PACKAGE_ARCH = "all" + +SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200" +SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755" |