From 80a77c68eece8a01aa25c3303daddb446689736f Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 10:02:50 +0200 Subject: libgnt: 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/pidgin/libgnt_2.14.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb index d17a623063..f2fe4a7a93 100644 --- a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb +++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb @@ -15,6 +15,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pidgin/${BPN}/${PV}/${BP}.tar.xz \ " SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8" +UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/pidgin/files/libgnt/" +UPSTREAM_CHECK_REGEX = "${BPN}/(?P\d+(\.\d+)+)" + EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" FILES:${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" -- cgit v1.2.3-54-g00ecf