From: Richard Purdie Date: Wed, 5 Oct 2011 17:58:49 +0000 (+0100) Subject: mtools: Disable parallel make install, its broken X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7d7af9d54fee435df88ad5d81eb32ed27cf59c7;p=openembedded-core.git mtools: Disable parallel make install, its broken (From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57) Signed-off-by: Richard Purdie --- 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"