From 6a653e8c469397801074600c594b4b955374e560 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 15:31:24 +0200 Subject: [PATCH] rsyslog: modify existing UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status Fix the UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources by changing existing UPSTREAM_CHECK_URI. Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal --- meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb index ac1645f671..8f46e0cd08 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb @@ -34,7 +34,7 @@ SRC_URI:append:libc-musl = " \ " SRC_URI[sha256sum] = "30528d140ec1b1f079224081fa37df6e06587ff42b02e3e61f2daa0526c54d33" -UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" +UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" inherit autotools pkgconfig systemd update-rc.d ptest