mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ckermit: 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
7429bf890f
commit
53e5aa8042
@@ -14,6 +14,8 @@ SRC_URI = "http://www.kermitproject.org/ftp/kermit/archives/cku${PV}.tar.gz;subd
|
||||
SRC_URI[md5sum] = "eac4dbf18b45775e4cdee5a7c74762b0"
|
||||
SRC_URI[sha256sum] = "0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://www.kermitproject.org/ck90.html"
|
||||
UPSTREAM_CHECK_REGEX = "cku(?P<pver>\d+)\.tar"
|
||||
|
||||
export CC2 = "${CC}"
|
||||
export BINDIR = "${bindir}"
|
||||
|
||||
Reference in New Issue
Block a user