mono 1.2.5.1: disable parallel make due to build issues in the MCS tree
authorCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 17:05:47 +0000 (17:05 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 17:05:47 +0000 (17:05 +0000)
packages/mono/mono-mcs-intermediate_1.2.5.1.bb
packages/mono/mono-native_1.2.5.1.bb

index 07f9387..49e9c2a 100644 (file)
@@ -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 ...
index 09223dd..acf0503 100644 (file)
@@ -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() {