doxygen_1.8.20.bb 686 B

123456789101112131415161718
  1. DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
  2. HOMEPAGE = "http://www.doxygen.org/"
  3. LICENSE = "GPL-2.0"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  5. DEPENDS = "flex-native bison-native"
  6. SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
  7. file://0001-build-don-t-look-for-Iconv.patch \
  8. "
  9. SRC_URI_append_class-native = " file://doxygen-native-only-check-python3.patch"
  10. SRC_URI[md5sum] = "8729936a843232a66fe970ef65f3c3e4"
  11. SRC_URI[sha256sum] = "e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec"
  12. inherit cmake python3native
  13. BBCLASSEXTEND = "native nativesdk"