From 42ef007b4f26a712bf38728da6836a2a73d47f39 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 14:49:29 +0200 Subject: 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 Reviewed-by: Yoann Congal --- meta-oe/recipes-support/onig/onig_6.9.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/onig/onig_6.9.9.bb b/meta-oe/recipes-support/onig/onig_6.9.9.bb index b29437db1e..414d9bfc16 100644 --- a/meta-oe/recipes-support/onig/onig_6.9.9.bb +++ b/meta-oe/recipes-support/onig/onig_6.9.9.bb @@ -16,6 +16,9 @@ SRC_URI = "\ SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" +UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + BINCONFIG = "${bindir}/onig-config" inherit autotools binconfig-disabled ptest -- cgit v1.2.3-54-g00ecf