From 11e71277eaa350b20f17de314235f65cd34a35d9 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Mon, 22 Jul 2024 14:04:56 +0200 Subject: logwarn: 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/logwarn/logwarn_1.0.14.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb index 3549cb2153..0738b50bde 100644 --- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb +++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb @@ -14,6 +14,9 @@ SRC_URI = "https://s3.amazonaws.com/archie-public/${BPN}/${BP}.tar.gz" SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8" SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1" +UPSTREAM_CHECK_URI = "https://github.com/archiecobbs/logwarn/tags" +UPSTREAM_CHECK_REGEX = "releases/tag/(?P\d+(\.\d+)+)" + inherit autotools-brokensep # This directory is NOT volatile. -- cgit v1.2.3-54-g00ecf