blob: 45de718265d51cd73a8e2ca44cb94a3a797b41f0 [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"
Brad Bishope42b3e32020-01-15 22:08:42 -050013SRC_URI[md5sum] = "7997a15c73a8bd6d003eaba5c2ee2b47"
14SRC_URI[sha256sum] = "2cba988af2d495541cbbe5541b3bee0ee11144dcb23a81eada19f5501fd8b599"
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"