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>
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>
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>
* 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>
* 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>
* 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>
[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>
[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>
[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>
[Description from CPAN]
ExtUtils::Config is an abstraction around the %Config hash.
* Add ${CPAN_MIRROR} option
Signed-off-by: Tim Orling <TicoTimo@gmail.com>