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:08:37 +0100 |
commit | 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57 (patch) | |
tree | c0b066177f594d5832ca0ae0717560d746d2257a /meta/recipes-devtools/mtools | |
parent | 0dbf91969bb16f4761f58426ff5b458139c4e235 (diff) | |
download | openembedded-core-6f64114f5825bf6f6ab8eaaf4bed24586e05ee57.tar.gz openembedded-core-6f64114f5825bf6f6ab8eaaf4bed24586e05ee57.tar.bz2 openembedded-core-6f64114f5825bf6f6ab8eaaf4bed24586e05ee57.zip |
mtools: Disable parallel make install, its broken
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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.16.bb | 2 |
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 EXTRA_OECONF = "--without-x" +PARALLEL_MAKEINST = "" + BBCLASSEXTEND = "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 EXTRA_OECONF = "--without-x" +PARALLEL_MAKEINST = "" + BBCLASSEXTEND = "native" |