summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
diff options
context:
space:
mode:
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.bb21
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 @@
1DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
2HOMEPAGE = "http://www.doxygen.org/"
3
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7DEPENDS = "flex-native bison-native"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
10 file://0001-build-don-t-look-for-Iconv.patch \
11"
12SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch"
13SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449d254e0"
14
15inherit cmake python3native
16
17EXTRA_OECMAKE += "\
18 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
19 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
20"
21BBCLASSEXTEND = "native nativesdk"