mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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 <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
committed by
Khem Raj
parent
1bd1f8a7bc
commit
6a653e8c46
@@ -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<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools pkgconfig systemd update-rc.d ptest
|
||||
|
||||
Reference in New Issue
Block a user