]> code.ossystems Code Review - openembedded-core.git/commitdiff
mtools: Disable parallel make install, its broken
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2011 17:58:49 +0000 (18:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2011 10:08:37 +0000 (11:08 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/mtools/mtools_3.9.9.bb
meta/recipes-devtools/mtools/mtools_4.0.16.bb

index 2e4c1cba7d175fb725e0dc7876cfdb91f38dbc27..f0428c10e36954e70e1392fae1aa1cb1fefcbe37 100644 (file)
@@ -20,4 +20,6 @@ inherit autotools
 
 EXTRA_OECONF = "--without-x"
 
+PARALLEL_MAKEINST = ""
+
 BBCLASSEXTEND = "native"
index f5dca26724a9292dcc773cb352dd17be4898c134..df67854685be36499208376f9120128bc480ef91 100644 (file)
@@ -18,4 +18,6 @@ inherit autotools
 
 EXTRA_OECONF = "--without-x"
 
+PARALLEL_MAKEINST = ""
+
 BBCLASSEXTEND = "native"