[oe-commits] : gnumeric: disable PARALLEL_MAKE close bug# 3500

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Sep 23 04:56:22 UTC 2008


Module: OE.dev
Branch: master
Commit: 071b89e16f125a48271eb6c152da059eb517d9ba
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=071b89e16f125a48271eb6c152da059eb517d9ba

Author:  <xjqian at openembedded.org>
Date:   Sun Sep 21 16:51:49 2008 +0000

gnumeric: disable PARALLEL_MAKE  close bug# 3500
* the 1.6.x and 1.8.x branches are not thread safe

---

 packages/gnumeric/gnumeric_1.8.2.bb |    2 ++
 packages/gnumeric/gnumeric_1.8.3.bb |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/packages/gnumeric/gnumeric_1.8.2.bb b/packages/gnumeric/gnumeric_1.8.2.bb
index f765411..8d3b1b5 100644
--- a/packages/gnumeric/gnumeric_1.8.2.bb
+++ b/packages/gnumeric/gnumeric_1.8.2.bb
@@ -6,6 +6,8 @@ DESCRIPTION = "Gnumeric spreadsheet for GNOME"
 
 PR = "r1"
 
+PARALLEL_MAKE = ""
+
 inherit gnome flow-lossage
 
 SRC_URI += "file://remove-docs.patch;patch=1"
diff --git a/packages/gnumeric/gnumeric_1.8.3.bb b/packages/gnumeric/gnumeric_1.8.3.bb
index 9fa0140..0f70e37 100644
--- a/packages/gnumeric/gnumeric_1.8.3.bb
+++ b/packages/gnumeric/gnumeric_1.8.3.bb
@@ -6,6 +6,8 @@ DESCRIPTION = "Gnumeric spreadsheet for GNOME"
 
 PR = "r0"
 
+PARALLEL_MAKE = ""
+
 inherit gnome flow-lossage
 
 SRC_URI += "file://remove-docs.patch;patch=1"





More information about the Openembedded-commits mailing list