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_4.0.16.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_4.0.16.bb')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.16.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | ||
19 | EXTRA_OECONF = "--without-x" | 19 | EXTRA_OECONF = "--without-x" |
20 | 20 | ||
21 | PARALLEL_MAKEINST = "" | ||
22 | |||
21 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |