[oe-commits] [meta-openembedded] 05/05: lcov: Add missing missing RDEPEND and enable nativesdk

git at git.openembedded.org git at git.openembedded.org
Mon Feb 17 19:10:12 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7002e7dd3767755c2b6ea7ccbecf6f78822e8eb0
Author: Viktor Rosendahl <Viktor.Rosendahl at bmw.de>
AuthorDate: Mon Feb 17 17:39:37 2020 +0100

    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 at bmw.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 484b1af..1471818 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list