diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-05 18:58:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-05 11:09:35 +0100 |
commit | 6d75e6f8c650b901ac3784b83c8e62c3a7a545f7 (patch) | |
tree | 8abbca46b5e953c88c9905fd71f7c2824b101eb4 /meta/recipes-devtools/mtools/mtools_3.9.9.bb | |
parent | 53a9ffc11a4c67b624ebb8fa121eaffbe0d3eba8 (diff) | |
download | poky-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/mtools_3.9.9.bb')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 2 |
1 files changed, 2 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 | ||
21 | EXTRA_OECONF = "--without-x" | 21 | EXTRA_OECONF = "--without-x" |
22 | 22 | ||
23 | PARALLEL_MAKEINST = "" | ||
24 | |||
23 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |