From 0c1b16db4ced6958c58e56e93033b7b7be85b816 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Oct 2011 18:58:49 +0100 Subject: [PATCH] mtools: Disable parallel make install, its broken (From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57) (From OE-Core rev: b7d7af9d54fee435df88ad5d81eb32ed27cf59c7) Signed-off-by: Richard Purdie --- meta/recipes-devtools/mtools/mtools_3.9.9.bb | 2 ++ meta/recipes-devtools/mtools/mtools_4.0.16.bb | 2 ++ 2 files changed, 4 insertions(+) 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"