mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 18:57:12 +00:00
onig: 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>
This commit is contained in:
parent
55450af98c
commit
42ef007b4f
@ -16,6 +16,9 @@ SRC_URI = "\
|
||||
|
||||
SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
BINCONFIG = "${bindir}/onig-config"
|
||||
|
||||
inherit autotools binconfig-disabled ptest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user