From 6d75e6f8c650b901ac3784b83c8e62c3a7a545f7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Oct 2011 18:58:49 +0100 Subject: mtools: Disable parallel make install, its broken (From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57) 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(+) (limited to 'meta/recipes-devtools/mtools') 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" -- cgit v1.2.3-54-g00ecf