aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb
blob: e70b747892475891fc6f2cb2206f14e32ac13995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
SECTION = "libs"

DEPENDS = "glib-2.0 zlib"

inherit gnomebase gobject-introspection

SRC_URI += "file://iconv-detect.h \
            file://nodolt.patch"
SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a3f584c10737d44"

export ac_cv_have_iconv_detect_h="yes"

do_configure_append () {
    cp ${WORKDIR}/iconv-detect.h ${S}
}