summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils
Commit message (Collapse)AuthorAgeFilesLines
* libextutils-cppguess-perl: upgrade 0.23 -> 0.26wangmy2022-04-251-1/+1
| | | | | | | | | | | Changelog from 0.23 to 0.26 ============================= - fix test-failure caused if CXX is set - ignore environment variables CXXFLAGS, CXXLDFLAGS (#26) - support environment variables CXX, CXXFLAGS, CXXLDFLAGS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-045-5/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-035-7/+7
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-cppguess-perl: upgrade 0.21 -> 0.23Tim Orling2021-07-131-2/+1
| | | | | | | | | | | | | 0.23 2021-05-31 - added CI - thanks @zmughal - now recognises MacOS clang - thanks @xenu 0.22 2021-05-29 - Add C++ standard support flag detection - thanks @zmughal! See <https://github.com/tsee/extutils-cppguess/pull/24>. Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.20 -> 0.21Zheng Ruoqin2020-04-011-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.12 -> 0.20Zang Ruochen2019-11-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mime-construct,libextutils-parsexs-perl: add runtime dependency on perlKhem Raj2019-08-171-1/+1
| | | | | | | | | Use += so it can use the RDEPS from cpan-base class Fixes: ERROR: QA Issue: /usr/bin/mime-construct contained in package mime-construct requires /usr/bin/perl, but no providers found in RDEPENDS_mime-construct? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libexutils-config-perl: enable ptestTim Orling2019-06-151-1/+2
| | | | | | | Add runtime and ptest dependencies. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-installpaths-perl: upgrade 0.011 -> 0.012; enable ptestTim Orling2019-06-151-7/+16
| | | | | | | | | | | | | * Add RDEPENDS for libextutils-config-perl * Add runtime and ptest dependencies Upstream release notes: 0.012 2018-05-10 21:03:33+02:00 Europe/Amsterdam - Allow a argument to install_map with source dirs - Make tests prove and 5.6 friendly Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.09 -> 0.12Tim Orling2018-01-261-2/+2
| | | | | | | | | | | | | | | | Changes: 0.12 Sat Oct 21 18:12:51 BST 2017 - Fix tests on 5.26 without '.' in @INC (kentfredric) 0.11 Thu Sep 10 13:12:17 MDT 2015 - Add leading whitespace to $cflags in _get_cflags (bulk88) 0.10 Tue Sep 08 21:15:30 MDT 2015 - Config's ccflags must always be used. (bulk88) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@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>
* 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>
* meta-oe: fix indentationMartin Jansa2016-08-221-17/+17
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-installpaths-perl: update to 0.011Derek Straka2016-04-211-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-config-perl: update to 0.008Derek Straka2016-04-211-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-parsexs-perl: add 3.24 recipeTim Orling2015-08-241-0/+47
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-cppguess-perl: update to 0.09Tim Orling2015-08-181-6/+5
| | | | | | | | * Builds with ExtUtils::MakeMaker rather than Module::Build * Author change Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libextutils-helpers-perl: fix RDEPENDSTim Orling2014-08-111-1/+1
| | | | | | | | * 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>
* libextutils-cppguess-perl: add 0.07Tim Orling2014-06-041-0/+38
| | | | | | | | | | | [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>
* libextutils-installpaths-perl: add 0.010Tim Orling2014-06-041-0/+25
| | | | | | | | | | [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>
* libextutils-helper-perl: add 0.022Tim Orling2014-06-041-0/+29
| | | | | | | | | | [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>
* libextutils-config-perl: add 0.007Tim Orling2014-06-041-0/+24
[Description from CPAN] ExtUtils::Config is an abstraction around the %Config hash. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>