diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-11-17 22:13:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-17 21:02:14 -0800 |
| commit | f4a51ad7446c48b743c4ed20a4f667652fae763f (patch) | |
| tree | 565e952aaebd3ae58802910c31ada9762e6e6b47 /meta-oe/recipes-gnome/gmime | |
| parent | ebf8a5eaab2f21f1e2f2953c1933afb0696d7a86 (diff) | |
| download | meta-openembedded-f4a51ad7446c48b743c4ed20a4f667652fae763f.tar.gz | |
gmime: move to meta-oe/recipes-gnome
We cannot (yet) move it to meta-gnome because pidgin-sipe depends on it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome/gmime')
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime/nodolt.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb | 16 |
3 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h b/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h new file mode 100644 index 0000000000..714cb5aa9d --- /dev/null +++ b/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | /* This is an auto-generated header, DO NOT EDIT! */ | ||
| 2 | |||
| 3 | #define ICONV_ISO_INT_FORMAT "iso-%u-%u" | ||
| 4 | #define ICONV_ISO_STR_FORMAT "iso-%u-%s" | ||
| 5 | #define ICONV_10646 "iso-10646" | ||
diff --git a/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch b/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch new file mode 100644 index 0000000000..1f9bdd3041 --- /dev/null +++ b/meta-oe/recipes-gnome/gmime/gmime/nodolt.patch | |||
| @@ -0,0 +1,10 @@ | |||
| 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.4.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb new file mode 100644 index 0000000000..205868eece --- /dev/null +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | LICENSE = "LGPL-2.1" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 3 | DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" | ||
| 4 | SECTION = "libs" | ||
| 5 | DEPENDS = "glib-2.0 zlib" | ||
| 6 | |||
| 7 | inherit gnomebase gobject-introspection | ||
| 8 | |||
| 9 | SRC_URI += "file://iconv-detect.h \ | ||
| 10 | file://nodolt.patch" | ||
| 11 | |||
| 12 | SRC_URI[archive.md5sum] = "b6b4e9fdc8f3336551d23872c83b539a" | ||
| 13 | SRC_URI[archive.sha256sum] = "249ea7c0e080b067aa9669162c36b181b402f6cf6cebc4999d838c6f1e81d024" | ||
| 14 | |||
| 15 | export ac_cv_have_iconv_detect_h="yes" | ||
| 16 | do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}" | ||
