summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb')
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb
new file mode 100644
index 0000000000..aa2dc7da46
--- /dev/null
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb
@@ -0,0 +1,26 @@
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 = "bison-native flex-native"
8
9SRC_URI = "\
10 git://github.com/doxygen/doxygen.git;branch=master;protocol=https \
11"
12
13SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3"
14
15S = "${WORKDIR}/git"
16
17UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P<pver>\d+(\_\d+)+)"
18
19inherit cmake python3native
20
21EXTRA_OECMAKE += "\
22 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
23 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
24"
25
26BBCLASSEXTEND = "native nativesdk"