gnumeric: disable PARALLEL_MAKE close bug# 3500
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 16:51:49 +0000 (16:51 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 21 Sep 2008 16:51:49 +0000 (16:51 +0000)
* the 1.6.x and 1.8.x branches are not thread safe

packages/gnumeric/gnumeric_1.8.2.bb
packages/gnumeric/gnumeric_1.8.3.bb

index f765411..8d3b1b5 100644 (file)
@@ -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"
index 9fa0140..0f70e37 100644 (file)
@@ -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"