mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +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
|
||||
|
||||
CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
Reference in New Issue
Block a user