From 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Wed, 5 Oct 2011 18:58:49 +0100
Subject: mtools: Disable parallel make install, its broken

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/mtools/mtools_3.9.9.bb  | 2 ++
 meta/recipes-devtools/mtools/mtools_4.0.16.bb | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 2e4c1cba7..f0428c10e 100644
--- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -20,4 +20,6 @@ inherit autotools
 
 EXTRA_OECONF = "--without-x"
 
+PARALLEL_MAKEINST = ""
+
 BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.16.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
index f5dca2672..df6785468 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.16.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
@@ -18,4 +18,6 @@ inherit autotools
 
 EXTRA_OECONF = "--without-x"
 
+PARALLEL_MAKEINST = ""
+
 BBCLASSEXTEND = "native"
-- 
cgit v1.2.3