diff options
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime/nodolt.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb (renamed from meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb) | 10 |
2 files changed, 7 insertions, 13 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch b/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch deleted file mode 100644 index 1f9bdd3041..0000000000 --- a/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | --- a/configure.ac | ||
| 2 | +++ b/configure.ac | ||
| 3 | @@ -150,7 +150,6 @@ AC_EXEEXT | ||
| 4 | AC_PROG_LIBTOOL | ||
| 5 | dnl when using libtool 2.x create libtool early, because it's used in configure | ||
| 6 | m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) | ||
| 7 | -DOLT | ||
| 8 | |||
| 9 | dnl Checks for header files. | ||
| 10 | AC_CHECK_HEADERS(sys/mman.h) | ||
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb index 2677f5c615..c4738b25bc 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb | |||
| @@ -7,11 +7,15 @@ DEPENDS = "glib-2.0 zlib" | |||
| 7 | 7 | ||
| 8 | inherit gnomebase gobject-introspection vala | 8 | inherit gnomebase gobject-introspection vala |
| 9 | 9 | ||
| 10 | SRC_URI += "file://iconv-detect.h \ | 10 | SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
| 11 | file://nodolt.patch" | 11 | file://iconv-detect.h \ |
| 12 | SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44" | 12 | " |
| 13 | SRC_URI[sha256sum] = "2e10a54d4821daf8b16c019ad5d567e0fb8e766f8ffe5fec3d4c6a37373d6406" | ||
| 14 | |||
| 15 | EXTRA_OECONF += "--enable-largefile" | ||
| 13 | 16 | ||
| 14 | export ac_cv_have_iconv_detect_h="yes" | 17 | export ac_cv_have_iconv_detect_h="yes" |
| 18 | export ac_cv_sys_file_offset_bits="64" | ||
| 15 | 19 | ||
| 16 | do_configure:append () { | 20 | do_configure:append () { |
| 17 | cp ${WORKDIR}/iconv-detect.h ${S} | 21 | cp ${WORKDIR}/iconv-detect.h ${S} |
