aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgmime/libgmime-2.4_2.4.7.bb
blob: 43b1c9c0a3c33e1d76bf850c9be1714f7ba2853f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = "LGPL"
DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 zlib"
SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.4/gmime-${PV}.tar.bz2 \
           file://configure-cross.patch;patch=1 \
           file://iconv-detect.h"
EXTRA_OECONF += "--disable-mono"
S = "${WORKDIR}/gmime-${PV}"

inherit autotools_stage lib_package

export ac_cv_have_iconv_detect_h=yes
do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"