From 1c9188c942fe222b6a360e6e843aee2d6d156940 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 26 Aug 2021 09:33:16 +0800 Subject: [PATCH] doxygen: upgrade 1.9.1 -> 1.9.2 Features issue #2732: Adding support for C++20 concepts (Origin: bugzilla #499352) Introducing new sidebar layout via FULL_SIDEBAR option. Added -q commandline-parameter for quiet operation Add config option SHOW_HEADERFILE Add config option WARN_IF_INCOMPLETE_DOC Add config options GENERATE_SQLITE3, SQLITE3_OUTPUT and SQLITE3_RECREATE_DB to better control the sqlite3 output. Add config option MATHJAX_VERSION to support both MathJax 2.x and 3.x Allow more fine tuning of semanitic syntax highlighting via CSS classes Use language name to get code coloring Extra settings for MathJax V3 Support vertical alignment in multirow table Add option for an anchor to the image command Portuguese translators updated to 1.9.0. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../doxygen/{doxygen_1.9.1.bb => doxygen_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/doxygen/{doxygen_1.9.1.bb => doxygen_1.9.2.bb} (86%) diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.2.bb similarity index 86% rename from meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb rename to meta-oe/recipes-devtools/doxygen/doxygen_1.9.2.bb index 023c8565a6..fc5df4c71f 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.2.bb @@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ file://0001-build-don-t-look-for-Iconv.patch \ " SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch" -SRC_URI[sha256sum] = "67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1" +SRC_URI[sha256sum] = "060f254bcef48673cc7ccf542736b7455b67c110b30fdaa33512a5b09bbecee5" inherit cmake python3native