[oe-commits] Denis 'Gnutoo' Carikli : goffice 0.7.4: fixed compilation removing 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: 269aa512ea0bc46f3866c1c8af9f58b3f1596bc7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=269aa512ea0bc46f3866c1c8af9f58b3f1596bc7

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Jan  1 17:40:53 2010 +0100

goffice 0.7.4: fixed compilation removing dolt

Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
  fom 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

---

 recipes/gnome/goffice/nodolt.patch |   12 ++++++++++++
 recipes/gnome/goffice_0.7.14.bb    |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/goffice/nodolt.patch b/recipes/gnome/goffice/nodolt.patch
new file mode 100644
index 0000000..ea1777a
--- /dev/null
+++ b/recipes/gnome/goffice/nodolt.patch
@@ -0,0 +1,12 @@
+Index: goffice-0.7.14/configure.in
+===================================================================
+--- goffice-0.7.14.orig/configure.in
++++ goffice-0.7.14/configure.in
+@@ -71,7 +71,6 @@ AC_PROG_YACC
+ AM_PROG_LEX
+ AC_PROG_LN_S
+ AM_PROG_LIBTOOL
+-DOLT
+ AC_STDC_HEADERS
+ AC_SYS_LARGEFILE
+ 
diff --git a/recipes/gnome/goffice_0.7.14.bb b/recipes/gnome/goffice_0.7.14.bb
index beb2323..828e6a2 100644
--- a/recipes/gnome/goffice_0.7.14.bb
+++ b/recipes/gnome/goffice_0.7.14.bb
@@ -7,7 +7,8 @@ DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2
 
 inherit gnome pkgconfig
 
-SRC_URI += "file://c99math.patch;patch=1"
+SRC_URI += " file://c99math.patch;patch=1 \
+             file://nodolt.patch;patch=1 "
 
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list