blob: fc5df4c71f4e7527cabbfc6c21f4765d8cc09582 [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"
Patrick Williams213cb262021-08-07 19:21:33 -050012SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050013SRC_URI[sha256sum] = "060f254bcef48673cc7ccf542736b7455b67c110b30fdaa33512a5b09bbecee5"
Brad Bishop19323692019-04-05 15:28:33 -040014
Brad Bishop34ae6002019-04-08 15:21:03 -040015inherit cmake python3native
16
Brad Bishope42b3e32020-01-15 22:08:42 -050017BBCLASSEXTEND = "native nativesdk"