gmime: Add from OE.dev with tweaks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-02-04 12:52:35 +00:00
parent 893bc3e8f2
commit 5af4d6a607
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* This is an auto-generated header, DO NOT EDIT! */
#define ICONV_ISO_INT_FORMAT "iso-%u-%u"
#define ICONV_ISO_STR_FORMAT "iso-%u-%s"
#define ICONV_10646 "iso-10646"

View File

@ -0,0 +1,12 @@
Index: gmime-2.4.10/configure.in
===================================================================
--- gmime-2.4.10.orig/configure.in
+++ gmime-2.4.10/configure.in
@@ -80,7 +80,6 @@ AC_PATH_PROG(TAR, tar, /bin/tar)
AC_EXEEXT
AC_PROG_LIBTOOL
-DOLT
AM_MAINTAINER_MODE

View File

@ -0,0 +1,20 @@
LICENSE = "LGPL"
DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 zlib"
inherit gnome autotools_stage lib_package binconfig
SRC_URI += "file://iconv-detect.h \
file://nodolt.patch;patch=1"
EXTRA_OECONF += "--disable-mono"
export ac_cv_have_iconv_detect_h=yes
do_configure_append = "cp ${WORKDIR}/iconv-detect.h ${S}"
# we do not need GNOME 1 gnome-config support
do_install_append () {
rm -f ${D}${libdir}/gmimeConf.sh
}