mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
6a89252936
This patch that fixes doxygen build with ninja 1.9.0 was accedpted by the project and threfore more preferred. https://github.com/doxygen/doxygen/pull/6965 Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
633 B
BlitzBasic
18 lines
633 B
BlitzBasic
DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
|
|
HOMEPAGE = "http://www.doxygen.org/"
|
|
|
|
LICENSE = "GPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "flex-native bison-native"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
|
|
file://0001-build-don-t-look-for-Iconv.patch \
|
|
file://0001-Fix-6906.patch"
|
|
SRC_URI[md5sum] = "2c98c73eba392d334f5bbaf15e09bae3"
|
|
SRC_URI[sha256sum] = "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d"
|
|
|
|
inherit cmake python3native
|
|
|
|
BBCLASSEXTEND = "native"
|