[oe-commits] Denis 'Gnutoo' Carikli : gmime : removed dolt

git version control git at git.openembedded.org
Sat Jan 2 15:46:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9da74162657009d91882ed0b7797246072343dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9da74162657009d91882ed0b7797246072343dd

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Jan  2 15:28:16 2010 +0100

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

---

 recipes/libgmime/files/nodolt.patch |   12 ++++++++++++
 recipes/libgmime/gmime_2.4.10.bb    |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/libgmime/files/nodolt.patch b/recipes/libgmime/files/nodolt.patch
new file mode 100644
index 0000000..e4d5259
--- /dev/null
+++ b/recipes/libgmime/files/nodolt.patch
@@ -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
+ 
diff --git a/recipes/libgmime/gmime_2.4.10.bb b/recipes/libgmime/gmime_2.4.10.bb
index d455f33..cddaac9 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"
 





More information about the Openembedded-commits mailing list