[oe] [meta-oe][PATCH 3/3] lcov: Add missing missing RDEPEND and enable nativesdk

Viktor Rosendahl viktor.rosendahl at gmail.com
Mon Feb 17 16:39:37 UTC 2020


From: Viktor Rosendahl <Viktor.Rosendahl at bmw.de>

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 at bmw.de>
---
 meta-oe/recipes-support/lcov/lcov_1.14.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb
index 484b1af5f..14718184b 100755
--- a/meta-oe/recipes-support/lcov/lcov_1.14.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb
@@ -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"
-- 
2.17.1



More information about the Openembedded-devel mailing list