summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 14:04:56 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:42 -0700
commit11e71277eaa350b20f17de314235f65cd34a35d9 (patch)
tree197520cf96c468611d8c47a33ad77345945049f0
parent1b88e4a320708d76b459d5d0ce4b8543c7538ee9 (diff)
downloadmeta-openembedded-11e71277eaa350b20f17de314235f65cd34a35d9.tar.gz
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 <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
-rw-r--r--meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb3
1 files changed, 3 insertions, 0 deletions
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"
14SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8" 14SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8"
15SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1" 15SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/archiecobbs/logwarn/tags"
18UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"
19
17inherit autotools-brokensep 20inherit autotools-brokensep
18 21
19# This directory is NOT volatile. 22# This directory is NOT volatile.