mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
iniparser: remove dependency on doxygen-native
This is an extra commit since I am not sure if documentation is wanted or not. Signed-off-by: Lars Möllendorf <lars.moellendorf@plating.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
965b0192c5
commit
63fcd2c639
@@ -6,11 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678"
|
|||||||
SRCBRANCH = "main"
|
SRCBRANCH = "main"
|
||||||
SRCREV = "v${PV}"
|
SRCREV = "v${PV}"
|
||||||
|
|
||||||
DEPENDS = "doxygen-native"
|
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}"
|
SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
|
EXTRA_OECMAKE = " \
|
||||||
|
-DBUILD_DOCS=OFF \
|
||||||
|
"
|
||||||
|
|
||||||
FILES_${PN}-staticdev += "${libdir}/cmake/iniparser/iniparser-staticTargets*.cmake"
|
FILES_${PN}-staticdev += "${libdir}/cmake/iniparser/iniparser-staticTargets*.cmake"
|
||||||
|
|||||||
Reference in New Issue
Block a user