xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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
17BBCLASSEXTEND = "native nativesdk"
18