aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinymail
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-10 11:48:15 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-10 11:48:15 +0000
commit46b2a527dd39e9dafe8a8b216956366fa7774be5 (patch)
tree446809ee14b048209ebbd9ce73920bfc133fabcb /packages/tinymail
parent25f906db3972d19571323b9a8ca4db1eed262095 (diff)
downloadopenembedded-46b2a527dd39e9dafe8a8b216956366fa7774be5.tar.gz
tinymail: add patch to get past the iconv configure stage, tinymail will build again starting from rev 1121:
http://tinymail.org/trac/tinymail/changeset/1121
Diffstat (limited to 'packages/tinymail')
-rw-r--r--packages/tinymail/files/camel-lite-configure-hack.patch18
-rw-r--r--packages/tinymail/tinymail_svn.bb5
2 files changed, 21 insertions, 2 deletions
diff --git a/packages/tinymail/files/camel-lite-configure-hack.patch b/packages/tinymail/files/camel-lite-configure-hack.patch
new file mode 100644
index 0000000000..941f367434
--- /dev/null
+++ b/packages/tinymail/files/camel-lite-configure-hack.patch
@@ -0,0 +1,18 @@
+--- /tmp/configure.ac 2006-11-10 12:33:24.000000000 +0100
++++ trunk/libtinymail-camel/camel-lite/configure.ac 2006-11-10 12:33:56.238554000 +0100
+@@ -157,15 +157,6 @@
+
+ CFLAGS="$CFLAGS -I$srcdir"
+
+-AC_MSG_CHECKING(preferred charset formats for system iconv)
+-AC_RUN_IFELSE([AC_LANG_SOURCE([[
+-#define CONFIGURE_IN
+-#include "iconv-detect.c"
+-]])],[
+- AC_MSG_RESULT(found)
+-],[
+- AC_MSG_RESULT(not found)
+-],[])
+
+ CFLAGS="$save_CFLAGS"
+ LIBS="$save_LIBS"
diff --git a/packages/tinymail/tinymail_svn.bb b/packages/tinymail/tinymail_svn.bb
index fef250dfd7..0567ad3f5f 100644
--- a/packages/tinymail/tinymail_svn.bb
+++ b/packages/tinymail/tinymail_svn.bb
@@ -4,12 +4,13 @@ DESCRIPTION = "TinyMail is an attempt to create an E-mail framework for mobile d
LICENSE = "GPL"
PV = "0.0+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none"
SRC_URI = "svn://svn.tinymail.org/svn/tinymail/;module=trunk;proto=https \
- file://gtk-doc.m4 \
+ file://camel-lite-configure-hack.patch;patch=1 \
+ file://gtk-doc.m4 \
file://gtk-doc.make"
inherit pkgconfig autotools