From 7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0 Mon Sep 17 00:00:00 2001 From: Viktor Rosendahl Date: Mon, 17 Feb 2020 17:39:37 +0100 Subject: 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 Signed-off-by: Khem Raj --- 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 484b1af5f2..14718184bd 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" -- cgit v1.2.3-54-g00ecf