diff options
Diffstat (limited to 'meta-oe/recipes-gnome/gmime')
-rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h | 1 | ||||
-rw-r--r-- | meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb (renamed from meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb) | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h b/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h index 714cb5aa9..a899ce0ad 100644 --- a/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h +++ b/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h | |||
@@ -3,3 +3,4 @@ | |||
3 | #define ICONV_ISO_INT_FORMAT "iso-%u-%u" | 3 | #define ICONV_ISO_INT_FORMAT "iso-%u-%u" |
4 | #define ICONV_ISO_STR_FORMAT "iso-%u-%s" | 4 | #define ICONV_ISO_STR_FORMAT "iso-%u-%s" |
5 | #define ICONV_10646 "iso-10646" | 5 | #define ICONV_10646 "iso-10646" |
6 | #define ICONV_SHIFT_JIS "shift-jis" | ||
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb index 4ae13e7ef..e70b74789 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.6.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb | |||
@@ -2,15 +2,14 @@ LICENSE = "LGPL-2.1" | |||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
3 | DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" | 3 | DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | |||
5 | DEPENDS = "glib-2.0 zlib" | 6 | DEPENDS = "glib-2.0 zlib" |
6 | 7 | ||
7 | inherit gnomebase gobject-introspection | 8 | inherit gnomebase gobject-introspection |
8 | 9 | ||
9 | SRC_URI += "file://iconv-detect.h \ | 10 | SRC_URI += "file://iconv-detect.h \ |
10 | file://nodolt.patch" | 11 | file://nodolt.patch" |
11 | 12 | SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44" | |
12 | SRC_URI[archive.md5sum] = "656548dc431004d1ebf95e5d0bb4b9c8" | ||
13 | SRC_URI[archive.sha256sum] = "abff194c7c4802fba2e233890d09dde8bf7170c3ad5e13000601c8d5b3c44717" | ||
14 | 13 | ||
15 | export ac_cv_have_iconv_detect_h="yes" | 14 | export ac_cv_have_iconv_detect_h="yes" |
16 | 15 | ||