aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-02 00:04:26 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-03 08:49:21 -0800
commitdc9f4dea969f61592908df8bc547c9f5f2e6f0f0 (patch)
treeb676f5514e0164eab980dcb9913ee52b7b38427f /meta/recipes-extended/mailx
parent9b2fd4b0fe103f1a626e079ade20bbc19d21ebf3 (diff)
downloadopenembedded-core-dc9f4dea969f61592908df8bc547c9f5f2e6f0f0.tar.gz
mailx: Disable parallel make
When makeconfig is called multiple times via parallel make, it causes the LIBS files to get corrupted. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/mailx')
-rw-r--r--meta/recipes-extended/mailx/mailx_12.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb b/meta/recipes-extended/mailx/mailx_12.4.bb
index 180dbe3019..7abce7a31c 100644
--- a/meta/recipes-extended/mailx/mailx_12.4.bb
+++ b/meta/recipes-extended/mailx/mailx_12.4.bb
@@ -24,3 +24,5 @@ S = "${WORKDIR}/mailx-${PV}"
inherit autotools
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
+
+PARALLEL_MAKE = ""