[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3483/8267] slang: Disable parallel make install



commit f21d147659ec50d0410e0e4c1516ecf3f13f30d0
Author: David Vincent <freesilicon gmail com>
Date:   Thu Nov 24 10:46:09 2016 +0100

    slang: Disable parallel make install
    
    Installation task fails if run in parallel. This case happens if we
    define PARALLEL_MAKEINST to a different value of PARALLEL_MAKE.
    
    (From OE-Core rev: bbe59d7c49b540d65c871666c95cc89a23cab474)
    
    Signed-off-by: David Vincent <freesilicon gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/slang/slang_2.3.0.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-extended/slang/slang_2.3.0.bb b/meta/recipes-extended/slang/slang_2.3.0.bb
index 52b2a63..d5967d2 100644
--- a/meta/recipes-extended/slang/slang_2.3.0.bb
+++ b/meta/recipes-extended/slang/slang_2.3.0.bb
@@ -53,5 +53,6 @@ do_install() {
 FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/"
 
 PARALLEL_MAKE = ""
+PARALLEL_MAKEINST = ""
 
 BBCLASSEXTEND = "native"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]