mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
lcov: fix lcov-native build
* 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 e82bb7efa8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
5aa6849a90
commit
0bc6614b1a
|
|
@ -9,8 +9,6 @@ LICENSE = "GPL-2.0"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
gcov \
|
||||
gcov-symlinks \
|
||||
libjson-perl \
|
||||
libperlio-gzip-perl \
|
||||
perl \
|
||||
|
|
@ -46,6 +44,11 @@ RDEPENDS_${PN} += " \
|
|||
perl-module-tie-hash \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_class-target = " \
|
||||
gcov \
|
||||
gcov-symlinks \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
http://downloads.sourceforge.net/ltp/${BP}.tar.gz \
|
||||
file://0001-geninfo-Add-intermediate-text-format-support.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user