diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb index 54b37912b2..fcc845417f 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb @@ -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\d+(\.\d+)+)" + EXTRA_OECONF += "--enable-largefile" export ac_cv_have_iconv_detect_h="yes"