[oe-commits] Robert Yang : mailx: disable parallel build

git at git.openembedded.org git at git.openembedded.org
Mon Mar 16 17:43:02 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 99473b6668a05698ce000b142e97cce405a8a3cd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99473b6668a05698ce000b142e97cce405a8a3cd

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Mar 11 01:35:39 2015 -0700

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 <liezhi.yang at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.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 = ""



More information about the Openembedded-commits mailing list