blob: d4ac3b7207267e5099d3bbb63a67b1ec56e6c78d [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
Brad Bishop19323692019-04-05 15:28:33 -04007DEPENDS = "flex-native bison-native"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
Brad Bishopc342db32019-05-15 21:57:59 -040010 file://0001-build-don-t-look-for-Iconv.patch \
Brad Bishop868407c2019-11-04 13:24:47 -050011"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012SRC_URI_append_class-native = " file://doxygen-native-only-check-python3.patch"
Andrew Geisslerd688a012020-09-18 13:36:00 -050013SRC_URI[md5sum] = "8729936a843232a66fe970ef65f3c3e4"
14SRC_URI[sha256sum] = "e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec"
Brad Bishop19323692019-04-05 15:28:33 -040015
Brad Bishop34ae6002019-04-08 15:21:03 -040016inherit cmake python3native
17
Brad Bishope42b3e32020-01-15 22:08:42 -050018BBCLASSEXTEND = "native nativesdk"