Disable parallel build only in `make install` because races haven't yet
been observed in the rest of the build.

Signed-off-by: Richard Tollerton <rich.toller...@ni.com>
---
 recipes-mono/mono/mono-4.xx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc
index 973593a..e9d089b 100644
--- a/recipes-mono/mono/mono-4.xx.inc
+++ b/recipes-mono/mono/mono-4.xx.inc
@@ -70,4 +70,4 @@ FILES_${PN}-staticdev                         += " 
${libdir}/*.a"
 RDEPENDS_${PN} =+ "bash" 
 
 # Workaround for observed race in `make install`
-PARALLEL_MAKE=""
+PARALLEL_MAKEINST=""
-- 
2.4.4

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to