]> code.ossystems Code Review - openembedded-core.git/commitdiff
mailx: Disable parallel make
authorSaul Wold <sgw@linux.intel.com>
Wed, 2 Feb 2011 08:04:26 +0000 (00:04 -0800)
committerSaul Wold <sgw@linux.intel.com>
Thu, 3 Feb 2011 16:49:21 +0000 (08:49 -0800)
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>
meta/recipes-extended/mailx/mailx_12.4.bb

index 180dbe301907ba2769c796655ce029eb5ffec336..7abce7a31c03eeffbd1ac1f84df74c462379e3db 100644 (file)
@@ -24,3 +24,5 @@ S = "${WORKDIR}/mailx-${PV}"
 inherit autotools
 
 CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
+
+PARALLEL_MAKE = ""