1DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." 2HOMEPAGE = "http://www.doxygen.org/" 3 4LICENSE = "GPL-2.0-only" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6 7DEPENDS = "bison-native flex-native" 8 9SRC_URI = "\ 10 git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ 11" 12 13SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3" 14 15S = "${WORKDIR}/git" 16 17UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P<pver>\d+(\_\d+)+)" 18 19inherit cmake python3native 20 21EXTRA_OECMAKE += "\ 22 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ 23 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ 24" 25 26BBCLASSEXTEND = "native nativesdk" 27