[yocto] [meta-mono] [PATCH 1/1] mono-4.xx.inc: use PARALLEL_MAKEINST="" instead of PARALLEL_MAKE=""

Richard Tollerton rich.tollerton at ni.com
Wed Jul 15 18:26:49 PDT 2015


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.tollerton at 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




More information about the yocto mailing list