blob: 92fea981e1a1c2dc875b8dab38489baa4dac1660 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
2HOMEPAGE = "http://www.doxygen.org/"
3
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_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"