gmime: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status

dding 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:
Alexandre Truong 2024-07-19 15:39:09 +02:00 committed by Khem Raj
parent 7125ce1aae
commit 84f59602d1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -13,6 +13,9 @@ SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar
"
SRC_URI[sha256sum] = "2e10a54d4821daf8b16c019ad5d567e0fb8e766f8ffe5fec3d4c6a37373d6406"
UPSTREAM_CHECK_URI = "https://github.com/jstedfast/gmime/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
EXTRA_OECONF += "--enable-largefile"
export ac_cv_have_iconv_detect_h="yes"