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>
This commit is contained in:
Martin Jansa 2020-08-05 15:37:07 +02:00 committed by Khem Raj
parent 52f5141109
commit e82bb7efa8

View File

@ -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 \