summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-03-11 01:35:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-16 17:42:06 +0000
commitf743cced194166ff7a08e2c579651e51b8836bb3 (patch)
tree7f28d6bd3095a51cfd89b165987653d88b89fa9a /meta/recipes-extended
parent73dca1ed8c911451e6eeac37e3fa0a94c82aeed4 (diff)
downloadast2050-yocto-poky-f743cced194166ff7a08e2c579651e51b8836bb3.zip
ast2050-yocto-poky-f743cced194166ff7a08e2c579651e51b8836bb3.tar.gz
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 (From OE-Core rev: 99473b6668a05698ce000b142e97cce405a8a3cd) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb5
1 files changed, 5 insertions, 0 deletions
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 = ""
OpenPOWER on IntegriCloud