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-03 08:49:21 -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 = ""