aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
AgeCommit message (Collapse)Author
2014-08-11libmodule-build-tiny-perl: fix RDEPENDSTim Orling
* CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta * Module::Load is provided by perl-module-load, NOT perl-module-module-load * Fixes QA build-deps warning * libtap-harness-env-perl is bogus, already have perl-tap-harness-env Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11libextutils-helpers-perl: fix RDEPENDSTim Orling
* Module::Load is provided by perl-module-load, NOT perl-module-module-load * Fixes QA build-deps warning. Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01libxml-filter-buffertext-perl: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01libxml-sax-writer-perl: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libxml-libxml-perl: add recipeRoy Li
This module is an interface to libxml2, providing XML and HTML parsers \ with DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 \ interface and a XML::XPath-like interface to XPath API of libxml2. \ The module is split into several packages which are not described in this \ section; unless stated otherwise, you only need to use XML::LibXML; in \ your programs. Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libnet-libidn-perl: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libtext-iconv-perl: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-04libtest-harness-perl: add 3.30Tim Orling
Test::Harness - Run Perl standard test scripts with statistics * Uses ${CPAN_MIRROR} option * RPROVIDES based on v3.28 recipe: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from Emil Petersen <erp@movis.dk> repo http://github.com/EmilRP/public_bb_recipes/ * run through oe-stylize and clean bad white space * correct email address to oe-dev Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libalgorithm-diff-perl: add 1.15Tim Orling
[from README] This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the *smallest possible* set of differences. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libextutils-cppguess-perl: add 0.07Tim Orling
[Description from CPAN] ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libmodule-build-tiny-perl: add 0.036Tim Orling
[Description from CPAN] Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement. * Add ${CPAN_MIRROR} option * Versions since 0.033 depend on TAP::Harness::Env Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libextutils-installpaths-perl: add 0.010Tim Orling
[Description from CPAN] This module tries to make install path resolution as easy as possible. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libextutils-helper-perl: add 0.022Tim Orling
[Description from CPAN] This module provides various portable helper function for module building modules. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libextutils-config-perl: add 0.007Tim Orling
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libmodule-runtime-perl: add 0.014Tim Orling
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. * Add ${CPAN_MIRROR} option * License line numbers changed from 0.013, same LICENSE. Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libcapture-tiny-perl: add 0.24Tim Orling
[Description from CPAN] Capture::Tiny provies a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04libtext-diff-perl: add 1.41Tim Orling
[Description from CPAN] diff() provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff executable for small files, and generally slower on larger files. * Add ${CPAN_MIRROR} since default has become flaky Signed-off-by: Tim Orling <TicoTimo@gmail.com>
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