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>2011-10-05 11:09:35 +0100
commit6d75e6f8c650b901ac3784b83c8e62c3a7a545f7 (patch)
tree8abbca46b5e953c88c9905fd71f7c2824b101eb4 /meta/recipes-devtools/mtools
parent53a9ffc11a4c67b624ebb8fa121eaffbe0d3eba8 (diff)
downloadpoky-6d75e6f8c650b901ac3784b83c8e62c3a7a545f7.tar.gz
mtools: Disable parallel make install, its broken
(From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57) 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"