mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
committed by
Khem Raj
parent
64441dc46b
commit
7002e7dd37
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
gcov \
|
gcov \
|
||||||
|
gcov-symlinks \
|
||||||
libjson-perl \
|
libjson-perl \
|
||||||
libperlio-gzip-perl \
|
libperlio-gzip-perl \
|
||||||
perl \
|
perl \
|
||||||
@@ -58,3 +59,4 @@ do_install() {
|
|||||||
oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
|
oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user