aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgmime/gmime_2.4.10.bb
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-02 15:28:16 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-02 15:28:16 +0100
commitc9da74162657009d91882ed0b7797246072343dd (patch)
tree0ff5c2667eb7d79bbd246ecbbad1e390278fea79 /recipes/libgmime/gmime_2.4.10.bb
parent269aa512ea0bc46f3866c1c8af9f58b3f1596bc7 (diff)
downloadopenembedded-c9da74162657009d91882ed0b7797246072343dd.tar.gz
gmime : removed dolt
Fixed compilation removing DOLT (from http://dolt.freedesktop.org/) from configure.in, else it would file like this(output stripped): .../doltlibtool: exec: .../libtool: cannot execute: No such file or directory note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations are disponible reading the m4 dolt file here: http://cgit.freedesktop.org/dolt/tree/dolt.m4 Note that we don't bump pr as it was a compile failure and that we didn't modify things that would create a modified binary
Diffstat (limited to 'recipes/libgmime/gmime_2.4.10.bb')
-rw-r--r--recipes/libgmime/gmime_2.4.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libgmime/gmime_2.4.10.bb b/recipes/libgmime/gmime_2.4.10.bb
index d455f3339e..cddaac902e 100644
--- a/recipes/libgmime/gmime_2.4.10.bb
+++ b/recipes/libgmime/gmime_2.4.10.bb
@@ -7,7 +7,8 @@ DEPENDS = "glib-2.0 zlib"
inherit gnome autotools_stage lib_package binconfig
SRC_URI += " \
- file://iconv-detect.h"
+ file://iconv-detect.h \
+ file://nodolt.patch;patch=1"
EXTRA_OECONF += "--disable-mono"