1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Saul Wold
2011-02-02 00:04:26 -08:00
parent 9b2fd4b0fe
commit dc9f4dea96
@@ -24,3 +24,5 @@ S = "${WORKDIR}/mailx-${PV}"
inherit autotools
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
PARALLEL_MAKE = ""