lcov: Add missing missing RDEPEND and enable nativesdk

It seems like geninfo is depending on gcov-symlinks, so it should be
added here. Also, lcov is useful in SDKs, so let's enable the building
of native and nativesdk packages.

Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Viktor Rosendahl 2020-02-17 17:39:37 +01:00 committed by Khem Raj
parent 64441dc46b
commit 7002e7dd37

View File

@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
RDEPENDS_${PN} += " \
gcov \
gcov-symlinks \
libjson-perl \
libperlio-gzip-perl \
perl \
@ -58,3 +59,4 @@ do_install() {
oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
}
BBCLASSEXTEND = "native nativesdk"