summaryrefslogtreecommitdiffstats
path: root/meta-perl
Commit message (Collapse)AuthorAgeFilesLines
* libcgi-perl: upgrade 4.36 -> 4.38Tim Orling2018-01-261-2/+7
| | | | | | | | | | | | | | | | | | | | * Fix RDEPENDS Changes: 4.38 2017-12-01 [ TESTING ] - command_line.t: Avoid -I for libs (GH #224, thanks to cpansprout) 4.37 2017-11-01 [ FIX ] - Fix incorrect quoting of ? in ->url (GH #112, GH #222, with thanks to Reuben Thomas) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libencode-perl: add UPSTREAM_CHECK_REGEXTim Orling2018-01-261-0/+7
| | | | | | | | | | | The default does not work for this recipe. * Add a note that perl-module-encode should be preferred over this package unless a newer version than what is provided by perl is needed. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libdbd-sqlite-perl: add UPSTREAM_CHECK_REGEXTim Orling2018-01-261-0/+2
| | | | | | | The default does not work for this recipe. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxml-libxml-perl: update to version 2.0131Derek Straka2017-11-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libnet-dns-perl: update to version 1.13Derek Straka2017-11-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* README: add self as maintainerTim Orling2017-11-151-1/+3
| | | | | | | | I have been, in practice, maintaining meta-perl for several years now. Given discussion at OEDEM, make it official. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libauthen-radius-perl: move recipe to meta-networkingDerek Straka2017-10-113-150/+0
| | | | | | | | Recipe depends on radius which is located in meta-networking Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* meta-perl: update layer.conf to include openembedded-layerDerek Straka2017-10-041-1/+1
| | | | | | | Several recipes require items that are in the openembedded layer Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* adduser: update to version 3.116Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-1/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhtml-parser-perl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-1/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logcheck: Add HOMEPAGE info into recipe filefan.xin2017-09-071-0/+1
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodule-build-perl: upgrade to v0.4224Tim Orling2017-08-312-27/+34
| | | | | | | | | | | | | * Use COPYRIGHT excerpt from README for license check - Remains the same perl5 license - LICENSE contents is unhelpful "FULLTEXT" * Correct copy-paste error in SUMMARY * Author is now LEONT instead of KWILLIAMS * Update HOMEPAGE * Add interpreter fix from meta-cpan for lib/Module/Build/Base.pm Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logcheck: update to 1.3.18 and move to meta-perlJackie Huang2017-08-282-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | - logcheck depends on mime-construct which is in meta-perl, so move it to meta-perl to avoid that meta-oe depends on meta-perl. - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime dependencies according to the file debian/control and simple test by running "logcheck -ot". - For syslog, debian directly depends on rsyslog, but logcheck works with any syslog and we have busybox-syslog, sysklogd, syslog-ng and rsyslog, so use VIRTUAL-RUNTIME_syslog for the syslog dependency and set rsyslog as the default, which can be easily overridden in distro conf file or local.conf. - Don't install /var/lock when populating rootfs. Do it through volatile. - install header.txt for generated mails Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* adduser: use get_perl_version instead of PERLVERSIONJackie Huang2017-08-281-2/+1
| | | | | | | | | | | | | | Immediate expansion for PERLVERSION(in perl-version.bbclass) is too early, it will result in 'None' before perl is built, then the module file is installed incorrectly: $ rpm -ql adduser|grep Common /usr/lib/perl/None/Debian/AdduserCommon.pm So use get_perl_version directly instead of PERLVERSION. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-parsexs-perl: update to version 3.35Derek Straka2017-08-131-3/+3
| | | | | | | Update license checksum and verify terms are unchanged Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmoo-perl: update to version 2.003002Derek Straka2017-08-131-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: update to version 1.81Derek Straka2017-08-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librole-tiny-perl: update to version 2.000005Derek Straka2017-08-131-3/+3
| | | | | | | Update the start and end marker for the license and verify the terms are the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml-sax-writer-perl: update to version 0.57Derek Straka2017-08-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* po4a: add full functionalitiesMing Liu2017-07-141-2/+15
| | | | | | | | | | | | Add the following dependencies to DEPENDS and RRECOMMENDS_${PN}, to let po4a and po4a-native work with full functionalities: - libtext-wrapi18n-perl - libterm-readkey-perl - liblocale-gettext-perl - libunicode-linebreak-perl Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunicode-linebreak-perl: add recipeMing Liu2017-07-141-0/+26
| | | | | | | | | Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtext-wrapi18n-perl: add recipeMing Liu2017-07-141-0/+32
| | | | | | | | | | | Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtext-charwidth-perl: add recipeMing Liu2017-07-141-0/+27
| | | | | | | | | | Text::CharWidth - Get number of occupied columns of a string on terminal. It's being depended by libtext-wrapi18n-perl. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblocale-gettext-perl: add recipeMing Liu2017-07-141-0/+21
| | | | | | | | | Locale::gettext - message handling functions. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libterm-readkey-perl: add recipeMing Liu2017-07-141-0/+36
| | | | | | | | | Term::ReadKey - A perl module for simple terminal control. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmime-charset-perl: add recipeMing Liu2017-07-141-0/+19
| | | | | | | | | MIME::Charset - Charset Information for MIME. It's being depended by libunicode-linebreak-perl. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libfile-slurp-perl: add new recipeJackie Huang2017-06-191-0/+19
| | | | | | | | | | This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* po4a: add recipeMing Liu2017-06-141-0/+20
| | | | | | | | | The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-perl: Make glibc-gconv deps apply for glibc based systems aloneKhem Raj2017-06-052-2/+2
| | | | | | | musl does not provide separate gconv packages Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml-libxml-perl: update to version 2.0129Derek Straka2017-06-051-3/+3
| | | | | | | Update debian packaging license checksum with latest upstream author contact info Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcapture-tiny-perl: update to version 0.46Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbd-sqlite-perl: update to version 1.54Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdevel-globaldestruction-perl: update to version 0.14Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-helpers-perl: update to version 0.026Derek Straka2017-06-051-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: update to version 1.10Derek Straka2017-06-051-3/+3
| | | | | | | Verified the license remains the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcgi-perl: update to version 4.36Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcurses-perl: update to version 1.36Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libstrictures-perl: update to version 2.000003Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsub-exporter-progressive-perl: update to version 0.001013Derek Straka2017-06-051-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodule-build-tiny-perl: update to version 0.039Derek Straka2017-06-051-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libauthen-radius-perl: add new recipeJackie Huang2017-04-273-0/+150
| | | | | | | | | The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-telnet-perl: add new recipeJackie Huang2017-04-271-0/+25
| | | | | | | | | Net-Telnet Perl module, it allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdata-hexdump-perl: add new recipeJackie Huang2017-04-272-0/+49
| | | | | | | | | Data::HexDump - Hexadecial Dumper module for perl. It's required by libauthen-radius-perl. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ldap-perl: add new recipeJackie Huang2017-04-271-0/+29
| | | | | | | | Net::LDAP is a collection of modules that implements a LDAP services API for Perl programs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: add openssl-native to DEPENDSChen Qi2017-04-181-1/+1
| | | | | | | | | Add 'openssl-native' to DEPENDS to fix the following do_configure error. *** Could not find OpenSSL Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: Update to 1.80Armin Kuster2017-03-223-155/+4
| | | | | | | | | | | | | Updated LICENSE to reflect actual on website Fixes musl compile error. addresses many compatability issue with the newer openssl drop to backported patch now in this version http://cpansearch.perl.org/src/MIKEM/Net-SSLeay-1.80/Changes Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmime-types-perl: update to version 2.13Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcgi-perl: update to version 4.35Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: fix build errorArmin Kuster2017-02-131-2/+1
| | | | | | | | | | ../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl -lcrypto -lz | collect2: error: ld returned 1 exit status | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed | make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>