mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7125ce1aae
commit
84f59602d1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user