blob: 78468462023648525601805f74164b622caf4e91 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
2HOMEPAGE = "http://www.doxygen.org/"
3
4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7inherit cmake python3native
8
9DEPENDS = "flex-native bison-native"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
12 file://0001-build-don-t-look-for-Iconv.patch"
13SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3"
14SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d"
15
16BBCLASSEXTEND = "native"