<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/lcov, branch kirkstone</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-10-01T17:40:59+00:00</updated>
<entry>
<title>lcov: Fix Perl Path</title>
<updated>2025-10-01T17:40:59+00:00</updated>
<author>
<name>Alex Yao</name>
<email>alexyao1@meraki.com</email>
</author>
<published>2023-04-25T18:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e985e34d0369b45f9837b6fea741534c1f2d9c4c'/>
<id>urn:sha1:e985e34d0369b45f9837b6fea741534c1f2d9c4c</id>
<content type='text'>
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 &lt;alexyao1@meraki.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit e66ae31c9522a6acf42720edb7623a93407a983a)
Signed-off-by: Gyorgy Sarvari &lt;skandigraun@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update LICENSE variable to use SPDX license identifiers</title>
<updated>2022-03-05T01:41:45+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-03-04T08:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295'/>
<id>urn:sha1:14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-03T17:21:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c61dc077bbd81260e4f167fa2251643ba0ba6974'/>
<id>urn:sha1:c61dc077bbd81260e4f167fa2251643ba0ba6974</id>
<content type='text'>
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 &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: fix lcov-native build</title>
<updated>2020-08-05T17:02:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2020-08-05T13:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e82bb7efa8cf4c3b826b22761d5ba798bc134cb9'/>
<id>urn:sha1:e82bb7efa8cf4c3b826b22761d5ba798bc134cb9</id>
<content type='text'>
* there is no provider for gcov-native nor gcov-symlinks-native

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: Add missing missing RDEPEND and enable nativesdk</title>
<updated>2020-02-17T19:09:49+00:00</updated>
<author>
<name>Viktor Rosendahl</name>
<email>Viktor.Rosendahl@bmw.de</email>
</author>
<published>2020-02-17T16:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0'/>
<id>urn:sha1:7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0</id>
<content type='text'>
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 &lt;Viktor.Rosendahl@bmw.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: Add support for intermediate JSON format</title>
<updated>2020-02-17T19:09:49+00:00</updated>
<author>
<name>Viktor Rosendahl</name>
<email>Viktor.Rosendahl@bmw.de</email>
</author>
<published>2020-02-17T16:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=64441dc46b07cd0f4b13dc7f15eb910a74c3b0f8'/>
<id>urn:sha1:64441dc46b07cd0f4b13dc7f15eb910a74c3b0f8</id>
<content type='text'>
gcc-9 uses this intermediate JSON format, so we will need these two patches
to make lcov work again.

Signed-off-by: Viktor Rosendahl &lt;Viktor.Rosendahl@bmw.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: geninfo needs another perl module</title>
<updated>2020-01-17T06:33:46+00:00</updated>
<author>
<name>S. Lockwood-Childs</name>
<email>sjl@vctlabs.com</email>
</author>
<published>2020-01-17T05:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dcd719b714adedd28f026030d3ea037e560b9aac'/>
<id>urn:sha1:dcd719b714adedd28f026030d3ea037e560b9aac</id>
<content type='text'>
Fixes error when running geninfo:

  Can't locate Digest/MD5.pm in @INC (you may need to install the
  Digest::MD5 module) (@INC contains: &lt;snip&gt;) at geninfo line 58.

Signed-off-by: S. Lockwood-Childs &lt;sjl@vctlabs.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: Upgrade 1.11 -&gt; 1.14</title>
<updated>2019-05-23T15:26:14+00:00</updated>
<author>
<name>Horvath, Chris</name>
<email>chris.horvath@essvote.com</email>
</author>
<published>2019-05-22T16:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=10c7107c88a3badbffd41ffc5aa2ec21900b68bb'/>
<id>urn:sha1:10c7107c88a3badbffd41ffc5aa2ec21900b68bb</id>
<content type='text'>
Upgrade from lcov_1.11.bb to lcov_1.14.bb for GCC 8 support.

Signed-off-by: Chris Horvath &lt;chris.horvath@essvote.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: Fix perl module dependencies</title>
<updated>2018-11-02T17:05:06+00:00</updated>
<author>
<name>Vincent Prince</name>
<email>vincent.prince.fr@gmail.com</email>
</author>
<published>2018-10-30T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=57d261cad380420e8f656072ea8b900bc4adb097'/>
<id>urn:sha1:57d261cad380420e8f656072ea8b900bc4adb097</id>
<content type='text'>
Signed-off-by: Vincent Prince &lt;vincent.prince.external@saftbatteries.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>lcov: fix env command argument pass issue</title>
<updated>2017-01-25T14:58:51+00:00</updated>
<author>
<name>chunguang yang</name>
<email>chunguang.yang@windriver.com</email>
</author>
<published>2017-01-05T09:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0de62aa856643d72320142e37f4cceb8397881b5'/>
<id>urn:sha1:0de62aa856643d72320142e37f4cceb8397881b5</id>
<content type='text'>
when exec lcov in bash, the following error will appear:

/usr/bin/env: 'perl -w': No such file or directory

perl uses the -w option to enable many warnings. But the
env command can't pass the argument to perl, instead it
treate perl -w as a file. To fix this issue, just keep
the origin perl path and not use env command.

Signed-off-by: chunguang yang &lt;chunguang.yang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
