From: Cliff Brake Date: Wed, 3 Oct 2007 17:05:47 +0000 (+0000) Subject: mono 1.2.5.1: disable parallel make due to build issues in the MCS tree X-Git-Tag: Release-2010-05/1~8549^2~1^2~128^2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f849d955510d2079e2de3d3a56d20c075eae59;p=openembedded.git mono 1.2.5.1: disable parallel make due to build issues in the MCS tree --- diff --git a/packages/mono/mono-mcs-intermediate_1.2.5.1.bb b/packages/mono/mono-mcs-intermediate_1.2.5.1.bb index 07f9387e2a..49e9c2a8e7 100644 --- a/packages/mono/mono-mcs-intermediate_1.2.5.1.bb +++ b/packages/mono/mono-mcs-intermediate_1.2.5.1.bb @@ -9,6 +9,8 @@ require mono_1.2.5.inc PR = "r0" DEPENDS = "mono-native glib-2.0-native" +PARALLEL_MAKE = "" + SRC_URI += "file://mono-fix-libdir-path.patch;patch=1" # Inherit native to set up compiler and paths ... diff --git a/packages/mono/mono-native_1.2.5.1.bb b/packages/mono/mono-native_1.2.5.1.bb index 09223ddcab..acf05039a0 100644 --- a/packages/mono/mono-native_1.2.5.1.bb +++ b/packages/mono/mono-native_1.2.5.1.bb @@ -4,6 +4,8 @@ DEPENDS = "glib-2.0-native" SRC_URI += "file://mono-fix-libdir-path.patch;patch=1" +PARALLEL_MAKE = "" + inherit native #do_stage_prepend() {