diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-07 16:39:52 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-07 09:33:49 -0700 |
commit | 6a8925293619563ff09605ac7e36b37f5e02c3b8 (patch) | |
tree | f3abc34042f27d79f5ce2dd6ebb25661bd09d58d /meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb | |
parent | eee71df8810806a0019029cdb26fa75f5841e66e (diff) | |
download | meta-openembedded-6a8925293619563ff09605ac7e36b37f5e02c3b8.tar.gz |
doxygen: replace ninja 1.9.0 fix with official one
This patch that fixes doxygen build with ninja 1.9.0 was accedpted by
the project and threfore more preferred.
https://github.com/doxygen/doxygen/pull/6965
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb')
-rw-r--r-- | meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb index 2435b587d..b49fbd4d0 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.8.15.bb | |||
@@ -7,15 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
7 | DEPENDS = "flex-native bison-native" | 7 | DEPENDS = "flex-native bison-native" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ |
10 | file://0001-build-don-t-look-for-Iconv.patch" | 10 | file://0001-build-don-t-look-for-Iconv.patch \ |
11 | file://0001-Fix-6906.patch" | ||
11 | SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3" | 12 | SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3" |
12 | SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d" | 13 | SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d" |
13 | 14 | ||
14 | inherit cmake python3native | 15 | inherit cmake python3native |
15 | 16 | ||
16 | # Avoid the following error: | ||
17 | # ninja: error: build.ninja:1948: multiple rules generate | ||
18 | # generated_src/configvalues.h [-w dupbuild=err] | ||
19 | EXTRA_OECMAKE_BUILD += "-w dupbuild=warn" | ||
20 | |||
21 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |