diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-10-03 17:05:47 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-10-03 17:05:47 +0000 |
commit | 49f849d955510d2079e2de3d3a56d20c075eae59 (patch) | |
tree | 5a83b860175ad70fdd5ebbe2c81b7f8ef1ea02dd /packages/mono | |
parent | 3715bbdc2c230efaba8e98418db59a2943096e5b (diff) |
mono 1.2.5.1: disable parallel make due to build issues in the MCS tree
Diffstat (limited to 'packages/mono')
-rw-r--r-- | packages/mono/mono-mcs-intermediate_1.2.5.1.bb | 2 | ||||
-rw-r--r-- | packages/mono/mono-native_1.2.5.1.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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() { |