mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
64441dc46b
commit
7002e7dd37
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user