mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user