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
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ S = "${WORKDIR}/mailx-${PV}"
inherit autotools
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
PARALLEL_MAKE = ""