mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02: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:
@@ -24,3 +24,5 @@ S = "${WORKDIR}/mailx-${PV}"
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
|
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
|
||||||
|
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user