diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-21 23:05:14 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-23 19:43:20 +0100 |
commit | 1168df31be1d359c93b464e961f7a19806949db4 (patch) | |
tree | 01a795cc6791a2b9330213878531923b5d0c440a | |
parent | 351e854b42df1a573c0eca6ad6535b9f4e350cbe (diff) |
gnumeric 1.9.14 : temporally removed dolt,build-only failure =>no PR bump
This patch will not be needed anymore(and should not be rebased)
when upstream dolt m4 macros will land into future gnumeric versions
For more background about the dolt problem, refer to the commit message
in this revision 29c63b640c4e4c852cf3084232ef67c8fd9d3214
-rw-r--r-- | recipes/gnome/gnumeric/nodolt.patch | 12 | ||||
-rw-r--r-- | recipes/gnome/gnumeric_1.9.14.bb | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gnome/gnumeric/nodolt.patch b/recipes/gnome/gnumeric/nodolt.patch new file mode 100644 index 0000000000..7d9fd756e3 --- /dev/null +++ b/recipes/gnome/gnumeric/nodolt.patch @@ -0,0 +1,12 @@ +Index: gnumeric-1.9.14/configure.in +=================================================================== +--- gnumeric-1.9.14.orig/configure.in ++++ gnumeric-1.9.14/configure.in +@@ -78,7 +78,6 @@ AC_PROG_YACC + AM_PROG_LEX + AC_PROG_LN_S + AM_PROG_LIBTOOL +-DOLT + AC_HEADER_STDC + + dnl Propagate Gnome-specific variable ACLOCAL_FLAGS to Makefile. diff --git a/recipes/gnome/gnumeric_1.9.14.bb b/recipes/gnome/gnumeric_1.9.14.bb index 8c7023ee37..de6097182c 100644 --- a/recipes/gnome/gnumeric_1.9.14.bb +++ b/recipes/gnome/gnumeric_1.9.14.bb @@ -7,6 +7,8 @@ PARALLEL_MAKE = "" inherit gnome flow-lossage +SRC_URI += " file://nodolt.patch;patch=1 " + EXTRA_OECONF=" --without-perl " PACKAGES_DYNAMIC += "gnumeric-plugin-*" |