[oe-commits] org.oe.dev mono 1.2.5.1: disable parallel make due to build issues in the MCS tree

cbrake commit openembedded-commits at lists.openembedded.org
Wed Oct 3 17:38:04 UTC 2007


mono 1.2.5.1: disable parallel make due to build issues in the MCS tree

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 285d1b5400e3ee266d7e2d773070b18e5a87f54b
ViewMTN: http://monotone.openembedded.org/revision/info/285d1b5400e3ee266d7e2d773070b18e5a87f54b
Files:
1
packages/mono/mono-mcs-intermediate_1.2.5.1.bb
packages/mono/mono-native_1.2.5.1.bb
Diffs:

#
# mt diff -r63ff287b2ffbc385772337cafb93d55ebffd3192 -r285d1b5400e3ee266d7e2d773070b18e5a87f54b
#
# 
# 
# patch "packages/mono/mono-mcs-intermediate_1.2.5.1.bb"
#  from [cfb4d3805aa5678e130a2fe308b7bc1c5c8a9ded]
#    to [1d9b9b066d4c1157f47a1cb5632cae01cb04c41a]
# 
# patch "packages/mono/mono-native_1.2.5.1.bb"
#  from [161daeba7bb6f373f0acea01b5d4fa973e519bb2]
#    to [39cb5bc5e5684d008b2377df93a95072e79a4de7]
# 
============================================================
--- packages/mono/mono-mcs-intermediate_1.2.5.1.bb	cfb4d3805aa5678e130a2fe308b7bc1c5c8a9ded
+++ packages/mono/mono-mcs-intermediate_1.2.5.1.bb	1d9b9b066d4c1157f47a1cb5632cae01cb04c41a
@@ -9,6 +9,8 @@ DEPENDS = "mono-native glib-2.0-native"
 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 ...
============================================================
--- packages/mono/mono-native_1.2.5.1.bb	161daeba7bb6f373f0acea01b5d4fa973e519bb2
+++ packages/mono/mono-native_1.2.5.1.bb	39cb5bc5e5684d008b2377df93a95072e79a4de7
@@ -1,9 +1,11 @@ SRC_URI += "file://mono-fix-libdir-path.
 require mono_1.2.5.inc
 PR = "r1"
 DEPENDS = "glib-2.0-native"
 
 SRC_URI += "file://mono-fix-libdir-path.patch;patch=1"
 
+PARALLEL_MAKE = ""
+
 inherit native
 
 #do_stage_prepend() {






More information about the Openembedded-commits mailing list