diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-02 00:04:26 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-03 08:49:21 -0800 |
commit | dc9f4dea969f61592908df8bc547c9f5f2e6f0f0 (patch) | |
tree | b676f5514e0164eab980dcb9913ee52b7b38427f /meta/recipes-extended | |
parent | 9b2fd4b0fe103f1a626e079ade20bbc19d21ebf3 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/mailx/mailx_12.4.bb | 2 |
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}" | |||
24 | inherit autotools | 24 | inherit autotools |
25 | 25 | ||
26 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | 26 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" |
27 | |||
28 | PARALLEL_MAKE = "" | ||