diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-21 16:51:49 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-21 16:51:49 +0000 |
commit | f516c58e1c27be7a1d195cc43b2febff86d2f93e (patch) | |
tree | 93f649c7cf1cfaa16a01ee079b33948444186b79 /packages/gnumeric | |
parent | 7eca1e39786d8ac76d53e6afd9780592ce7f1a33 (diff) |
gnumeric: disable PARALLEL_MAKE close bug# 3500
* the 1.6.x and 1.8.x branches are not thread safe
Diffstat (limited to 'packages/gnumeric')
-rw-r--r-- | packages/gnumeric/gnumeric_1.8.2.bb | 2 | ||||
-rw-r--r-- | 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 f7654117d7..8d3b1b5fb7 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 9fa01408f6..0f70e37d5c 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" |