mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
doxygen: Make it build with ninja 1.9.0
ninja 1.9.0 turned the previous dupbuild warning into an error, which resulted in the following error: ninja: error: build.ninja:1948: multiple rules generate generated_src/configvalues.h [-w dupbuild=err] Turn the error back into a warning until upstream corrects the build rules. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b1edb5e563
commit
a73aade458
|
|
@ -4,8 +4,6 @@ HOMEPAGE = "http://www.doxygen.org/"
|
|||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit cmake python3native
|
||||
|
||||
DEPENDS = "flex-native bison-native"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
|
||||
|
|
@ -13,4 +11,11 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
|
|||
SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3"
|
||||
SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d"
|
||||
|
||||
inherit cmake python3native
|
||||
|
||||
# Avoid the following error:
|
||||
# ninja: error: build.ninja:1948: multiple rules generate
|
||||
# generated_src/configvalues.h [-w dupbuild=err]
|
||||
EXTRA_OECMAKE_BUILD += "-w dupbuild=warn"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user