mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 15:06:18 +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>
This commit is contained in:
parent
52f5141109
commit
e82bb7efa8
@ -9,8 +9,6 @@ LICENSE = "GPL-2.0"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
gcov \
|
|
||||||
gcov-symlinks \
|
|
||||||
libjson-perl \
|
libjson-perl \
|
||||||
libperlio-gzip-perl \
|
libperlio-gzip-perl \
|
||||||
perl \
|
perl \
|
||||||
@ -46,6 +44,11 @@ RDEPENDS_${PN} += " \
|
|||||||
perl-module-tie-hash \
|
perl-module-tie-hash \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}_append_class-target = " \
|
||||||
|
gcov \
|
||||||
|
gcov-symlinks \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://downloads.sourceforge.net/ltp/${BP}.tar.gz \
|
http://downloads.sourceforge.net/ltp/${BP}.tar.gz \
|
||||||
file://0001-geninfo-Add-intermediate-text-format-support.patch \
|
file://0001-geninfo-Add-intermediate-text-format-support.patch \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user