blob: bce89bec8ab62e59583747b3b2bb337d2a48099f [file] [log] [blame]
Brad Bishopc8f47122019-06-24 09:36:18 -04001LICENSE = "LGPL-2.1"
2LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
3DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
4SECTION = "libs"
5DEPENDS = "glib-2.0 zlib"
6
Brad Bishop26bdd442019-08-16 17:08:17 -04007inherit gnomebase autotools gobject-introspection
Brad Bishopc8f47122019-06-24 09:36:18 -04008
9SRC_URI += "file://iconv-detect.h \
10 file://nodolt.patch"
11
12SRC_URI[archive.md5sum] = "69ae21a0b1df966a7d39a9431856ac81"
13SRC_URI[archive.sha256sum] = "6a0875eeb552ab447dd54853a68ced62217d863631048737dd97eaa2713e7311"
14
15EXTRA_OECONF_remove = "--disable-schemas-install"
16
17export ac_cv_have_iconv_detect_h="yes"
18do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"
19
20# we do not need GNOME 1 gnome-config support
21do_install_append () {
22 rm -f ${D}${libdir}/gmimeConf.sh
23}