diff options
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.bb | 26 |
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 @@ | |||
| 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 = "bison-native flex-native" | ||
| 8 | |||
| 9 | SRC_URI = "\ | ||
| 10 | git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P<pver>\d+(\_\d+)+)" | ||
| 18 | |||
| 19 | inherit cmake python3native | ||
| 20 | |||
| 21 | EXTRA_OECMAKE += "\ | ||
| 22 | -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ | ||
| 23 | -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ | ||
| 24 | " | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
