diff options
Diffstat (limited to 'meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb')
-rw-r--r-- | meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb deleted file mode 100644 index 8bd0992bd6..0000000000 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." | ||
2 | HOMEPAGE = "http://www.doxygen.org/" | ||
3 | |||
4 | LICENSE = "GPL-2.0-only" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | |||
7 | DEPENDS = "flex-native bison-native" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ | ||
10 | file://0001-build-don-t-look-for-Iconv.patch \ | ||
11 | " | ||
12 | SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch" | ||
13 | SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449d254e0" | ||
14 | |||
15 | inherit cmake python3native | ||
16 | |||
17 | EXTRA_OECMAKE += "\ | ||
18 | -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ | ||
19 | -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ | ||
20 | " | ||
21 | BBCLASSEXTEND = "native nativesdk" | ||