diff options
Diffstat (limited to 'meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb')
-rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.5.bb new file mode 100644 index 000000000..568083bf3 --- /dev/null +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.5.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] = "98970e3995e67ac3f23827ff52308f9e" | ||
13 | SRC_URI[archive.sha256sum] = "fb7556501f85c3bf3e65fdd82697cbc4fa4b55dccd33ad14239ce0197e78ba59" | ||
14 | |||
15 | export ac_cv_have_iconv_detect_h="yes" | ||
16 | do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}" | ||