]> code.ossystems Code Review - openembedded-core.git/commitdiff
mailx: disable parallel build
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Mar 2015 08:35:39 +0000 (01:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:47 +0000 (17:38 +0000)
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 <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/mailx/mailx_12.5.bb

index 080d71f1505795adcc90371a05015ed539566b04..a53da3af5dcbd40e3bfe4df3d15c4cb8765b8737 100644 (file)
@@ -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 <ssl.h>
+PARALLEL_MAKE = ""