mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
1b88e4a320
commit
11e71277ea
@@ -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<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
# This directory is NOT volatile.
|
||||
|
||||
Reference in New Issue
Block a user