diff options
Diffstat (limited to 'meta-oe/recipes-support/pidgin/gmime_3.2.4.bb')
| -rw-r--r-- | meta-oe/recipes-support/pidgin/gmime_3.2.4.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb b/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb new file mode 100644 index 0000000000..dcdaed5a2c --- /dev/null +++ b/meta-oe/recipes-support/pidgin/gmime_3.2.4.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 autotools 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 | EXTRA_OECONF_remove = "--disable-schemas-install" | ||
| 16 | |||
| 17 | export ac_cv_have_iconv_detect_h="yes" | ||
| 18 | do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}" | ||
| 19 | |||
| 20 | # we do not need GNOME 1 gnome-config support | ||
| 21 | do_install_append () { | ||
| 22 | rm -f ${D}${libdir}/gmimeConf.sh | ||
| 23 | } | ||
