summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 15:17:35 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:32 -0700
commit1fe894a3ece2b3e0f5f3b561114f065ade05170b (patch)
tree808ff778bedc8263b103f05a00e07ba71c13b577
parent70e03c1cf3f28173569c87b963ab7354566965a2 (diff)
downloadmeta-openembedded-1fe894a3ece2b3e0f5f3b561114f065ade05170b.tar.gz
doxygen: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
index 8bd0992bd6..16a4250b2d 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb
@@ -12,6 +12,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \
12SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch" 12SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch"
13SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449d254e0" 13SRC_URI[sha256sum] = "f352dbc3221af7012b7b00935f2dfdc9fb67a97d43287d2f6c81c50449d254e0"
14 14
15UPSTREAM_CHECK_URI = "https://github.com/doxygen/doxygen/releases"
16UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
17
15inherit cmake python3native 18inherit cmake python3native
16 19
17EXTRA_OECMAKE += "\ 20EXTRA_OECMAKE += "\