[OE-core] [PATCH 2/4] mailx: disable parallel build

Robert Yang liezhi.yang at windriver.com
Wed Mar 11 08:35:39 UTC 2015


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 at windriver.com>
---
 meta/recipes-extended/mailx/mailx_12.5.bb |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index 080d71f..a53da3a 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 <ssl.h>
+PARALLEL_MAKE = ""
-- 
1.7.9.5




More information about the Openembedded-core mailing list