From 99473b6668a05698ce000b142e97cce405a8a3cd Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 11 Mar 2015 01:35:39 -0700 Subject: mailx: disable parallel build The makeconfig can't run parallelly, otherwise the checking results might be incorrect and lead to errors: fio.c:56:17: fatal error: ssl.h: No such file or directory Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- meta/recipes-extended/mailx/mailx_12.5.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-extended/mailx/mailx_12.5.bb') diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb index 080d71f150..a53da3af5d 100644 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5.bb @@ -29,3 +29,8 @@ inherit autotools-brokensep CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail" +# The makeconfig can't run parallelly, otherwise the checking results +# might be incorrect and lead to errors: +# fio.c:56:17: fatal error: ssl.h: No such file or directory +# #include +PARALLEL_MAKE = "" -- cgit 1.2.3-korg