mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +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:
committed by
Khem Raj
parent
55450af98c
commit
42ef007b4f
@@ -16,6 +16,9 @@ SRC_URI = "\
|
|||||||
|
|
||||||
SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
|
SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/"
|
||||||
|
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
BINCONFIG = "${bindir}/onig-config"
|
BINCONFIG = "${bindir}/onig-config"
|
||||||
|
|
||||||
inherit autotools binconfig-disabled ptest
|
inherit autotools binconfig-disabled ptest
|
||||||
|
|||||||
Reference in New Issue
Block a user