aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
AgeCommit message (Collapse)Author
2014-01-13add libcrypt-openssl-rsa-perlPatrick Patat
This recipe build cpan module Crypt-OpenSSL-RSA Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2014-01-13add libcrypt-openssl-random-perlPatrick Patat
This recipe build cpan module Crypt-OpenSSL-Random Add openssl to DEPENDS Signed-off-by: Patrick Patat <patrick.patat@innotis.org> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2013-08-16libdbd-sqlite-perl: add version 1.40Hongxu Jia
DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. There is a perl script for test, while variable PERL_DBM_TEST is assigned the value '1', the script will be added, and you could run the script to test whether DBD::SQLite is working properly. [YOCTO #4128] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16libdbi-perl: add version 1.628Hongxu Jia
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. |<- Scope of DBI ->| .-. .--------------. .-------------. .-------. | |---| XYZ Driver |---| XYZ Engine | | Perl | | | `--------------' `-------------' | script| |A| |D| .--------------. .-------------. | using |--|P|--|B|---|Oracle Driver |---|Oracle Engine| | DBI | |I| |I| `--------------' `-------------' | API | | |... |methods| | |... Other drivers `-------' | |... `-' [YOCTO #4128] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16meta-perl creationHongxu Jia