summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 18:58:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:57 +0000
commit0c1b16db4ced6958c58e56e93033b7b7be85b816 (patch)
tree33dec02421e686ff33c39f5ee379126d044e54c2 /meta/recipes-devtools/mtools
parent02c530f442c0c3803fdeb81795d7ad38b42dca80 (diff)
downloadpoky-0c1b16db4ced6958c58e56e93033b7b7be85b816.tar.gz
mtools: Disable parallel make install, its broken
(From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57) (From OE-Core rev: b7d7af9d54fee435df88ad5d81eb32ed27cf59c7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools')
-rw-r--r--meta/recipes-devtools/mtools/mtools_3.9.9.bb2
-rw-r--r--meta/recipes-devtools/mtools/mtools_4.0.16.bb2
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 2e4c1cba7d..f0428c10e3 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
20 20
21EXTRA_OECONF = "--without-x" 21EXTRA_OECONF = "--without-x"
22 22
23PARALLEL_MAKEINST = ""
24
23BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.16.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
index f5dca26724..df67854685 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
18 18
19EXTRA_OECONF = "--without-x" 19EXTRA_OECONF = "--without-x"
20 20
21PARALLEL_MAKEINST = ""
22
21BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"