Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lcov: Fix perl module dependencies | Vincent Prince | 2018-11-02 | 1 | -0/+25 |
| | | | | | Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | lcov: fix env command argument pass issue | chunguang yang | 2017-01-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | 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 <chunguang.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-oe: remove trailing spaces | Martin Jansa | 2016-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | lcov: add initial recipe 1.11 | Ting Liu | 2015-01-20 | 1 | -0/+28 |
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |