From 8dfb10d636237351a602bc96e20adfabcd4839fe Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 11:02:39 +0200 Subject: [PATCH] libsmi: 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/libsmi/libsmi_0.5.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index 1f7442af07..0dda756dd7 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb @@ -14,6 +14,9 @@ SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" +UPSTREAM_CHECK_URI = "https://repology.org/project/libsmi/information" +UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)" + DEPENDS += "bison-native flex-native wget-native gawk-native" inherit autotools-brokensep update-alternatives