From patchwork Wed May 16 10:10:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] ncurses: Disable parallel make Date: Wed, 16 May 2012 10:10:54 -0000 From: Xiaofeng Yan X-Patchwork-Id: 27811 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com From: Xiaofeng Yan Ncurses failure non-gplv3 build by race issue. So disable parallel \ make when building this package. Signed-off-by: Xiaofeng Yan --- meta/recipes-core/ncurses/ncurses.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index ae99e2c..b115e46 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -29,6 +29,8 @@ BUILD_CPPFLAGS += "-D_GNU_SOURCE" # natives don't generally look in base_libdir base_libdir_virtclass-native = "${libdir}" +PARALLEL_MAKE = "" + # Helper function for do_configure to allow multiple configurations # $1 the directory to run configure in # $@ the arguments to pass to configure