[oe-commits] [openembedded-core] 47/76: slang: Disable parallel make install

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:32 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit bbe59d7c49b540d65c871666c95cc89a23cab474
Author: David Vincent <freesilicon at gmail.com>
AuthorDate: 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.
    
    Signed-off-by: David Vincent <freesilicon at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/slang/slang_2.3.0.bb | 1 +
 1 file changed, 1 insertion(+)

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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list