[oe-commits] Richard Purdie : mtools: Disable parallel make install, its broken

git version control git at git.openembedded.org
Wed Oct 5 10:10:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6f64114f5825bf6f6ab8eaaf4bed24586e05ee57

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Oct  5 18:58:49 2011 +0100

mtools: Disable parallel make install, its broken

Signed-off-by: Richard Purdie <richard.purdie at 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(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 2e4c1cb..f0428c1 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 f5dca26..df67854 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"





More information about the Openembedded-commits mailing list