summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 14:49:29 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:45 -0700
commit42ef007b4f26a712bf38728da6836a2a73d47f39 (patch)
treef546a2eacc811e9d17354d67213f7e184dfa0507
parent55450af98ca23fe4f9fa222bb7d18f2af1a26b52 (diff)
downloadmeta-openembedded-42ef007b4f26a712bf38728da6836a2a73d47f39.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.9.bb3
1 files changed, 3 insertions, 0 deletions
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 = "\
16 16
17SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf" 17SRC_URI[sha256sum] = "60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
18 18
19UPSTREAM_CHECK_URI = "https://github.com/kkos/oniguruma/releases/"
20UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
21
19BINCONFIG = "${bindir}/onig-config" 22BINCONFIG = "${bindir}/onig-config"
20 23
21inherit autotools binconfig-disabled ptest 24inherit autotools binconfig-disabled ptest