From: Junqian Gordon Xu Date: Sun, 21 Sep 2008 16:51:49 +0000 (+0000) Subject: gnumeric: disable PARALLEL_MAKE close bug# 3500 X-Git-Tag: SlugOS5.3-beta~2157^2 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=f516c58e1c27be7a1d195cc43b2febff86d2f93e;p=vuplus_openembedded gnumeric: disable PARALLEL_MAKE close bug# 3500 * the 1.6.x and 1.8.x branches are not thread safe --- 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"