From 5ba86eafe5c7c1ca1292992cb435921c95297682 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 7 Jan 2025 17:01:28 +0800 Subject: doxygen: upgrade 1.13.0 -> 1.13.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/doxygen/doxygen_1.13.0.bb | 26 ---------------------- meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/doxygen/doxygen_1.13.0.bb create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.0.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.0.bb deleted file mode 100644 index 81cae42fd6..0000000000 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." -HOMEPAGE = "http://www.doxygen.org/" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "bison-native flex-native" - -SRC_URI = "\ - git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ -" - -SRCREV = "3fc9e7f98b8d1156ec627cd3ee6f23984bf4e1b1" - -S = "${WORKDIR}/git" - -UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P\d+(\_\d+)+)" - -inherit cmake python3native - -EXTRA_OECMAKE += "\ - -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ - -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb new file mode 100644 index 0000000000..6f71806250 --- /dev/null +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." +HOMEPAGE = "http://www.doxygen.org/" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "bison-native flex-native" + +SRC_URI = "\ + git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ +" + +SRCREV = "cb7d0d0c90e66d1599f3526d46672bddaafc08d2" + +S = "${WORKDIR}/git" + +UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P\d+(\_\d+)+)" + +inherit cmake python3native + +EXTRA_OECMAKE += "\ + -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ + -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf