summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Rosendahl <Viktor.Rosendahl@bmw.de>2020-02-17 17:39:37 +0100
committerKhem Raj <raj.khem@gmail.com>2020-02-17 11:09:49 -0800
commit7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0 (patch)
tree233c0ea10ff6c0bf69da989307a8c1088dd394ef
parent64441dc46b07cd0f4b13dc7f15eb910a74c3b0f8 (diff)
downloadmeta-openembedded-7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0.tar.gz
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>
-rwxr-xr-xmeta-oe/recipes-support/lcov/lcov_1.14.bb2
1 files changed, 2 insertions, 0 deletions
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"
10 10
11RDEPENDS_${PN} += " \ 11RDEPENDS_${PN} += " \
12 gcov \ 12 gcov \
13 gcov-symlinks \
13 libjson-perl \ 14 libjson-perl \
14 libperlio-gzip-perl \ 15 libperlio-gzip-perl \
15 perl \ 16 perl \
@@ -58,3 +59,4 @@ do_install() {
58 oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} 59 oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
59} 60}
60 61
62BBCLASSEXTEND = "native nativesdk"