diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 14:04:56 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:42 -0700 |
commit | 11e71277eaa350b20f17de314235f65cd34a35d9 (patch) | |
tree | 197520cf96c468611d8c47a33ad77345945049f0 | |
parent | 1b88e4a320708d76b459d5d0ce4b8543c7538ee9 (diff) | |
download | meta-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.bb | 3 |
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" | |||
14 | SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8" | 14 | SRC_URI[md5sum] = "e544a6230673ea54f7430bf817bb39d8" |
15 | SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1" | 15 | SRC_URI[sha256sum] = "8dbfcf9b28c782ab3bddd6a620d4fb95d1b0ffcbe93276996cdc4800aa9aebd1" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/archiecobbs/logwarn/tags" | ||
18 | UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)" | ||
19 | |||
17 | inherit autotools-brokensep | 20 | inherit autotools-brokensep |
18 | 21 | ||
19 | # This directory is NOT volatile. | 22 | # This directory is NOT volatile. |