summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lcov/lcov_1.14.bb
Commit message (Collapse)AuthorAgeFilesLines
* lcov: Fix Perl PathAlex Yao2023-05-051-1/+1
| | | | | | | | | | Fixes an issue where lcov is using the system Perl rather than the yocto provided Perl. This causes packages to not be found during runtime such as PerlIO::gzip. Signed-off-by: Alex Yao <alexyao1@meraki.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lcov: fix lcov-native buildMartin Jansa2020-08-231-2/+5
| | | | | | | | | * there is no provider for gcov-native nor gcov-symlinks-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e82bb7efa8cf4c3b826b22761d5ba798bc134cb9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lcov: Add missing missing RDEPEND and enable nativesdkViktor Rosendahl2020-02-171-0/+2
| | | | | | | | | It seems like geninfo is depending on gcov-symlinks, so it should be added here. Also, lcov is useful in SDKs, so let's enable the building of native and nativesdk packages. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Add support for intermediate JSON formatViktor Rosendahl2020-02-171-1/+8
| | | | | | | | gcc-9 uses this intermediate JSON format, so we will need these two patches to make lcov work again. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: geninfo needs another perl moduleS. Lockwood-Childs2020-01-161-0/+1
| | | | | | | | | | Fixes error when running geninfo: Can't locate Digest/MD5.pm in @INC (you may need to install the Digest::MD5 module) (@INC contains: <snip>) at geninfo line 58. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Upgrade 1.11 -> 1.14Horvath, Chris2019-05-231-0/+52
Upgrade from lcov_1.11.bb to lcov_1.14.bb for GCC 8 support. Signed-off-by: Chris Horvath <chris.horvath@essvote.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>