[oe-commits] [meta-openembedded] 41/91: umip: unblacklist and disable parallel make

git at git.openembedded.org git at git.openembedded.org
Mon May 2 15:53:19 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit 6877090350d383d65dd7aa63468720d918cb7721
Author: Adrian Dudau <adrian.dudau at enea.com>
AuthorDate: Tue Apr 12 16:59:16 2016 +0200

    umip: unblacklist and disable parallel make
    
    The SRC_URI is up again, no need to blacklist the recipe if we disable parallel make
    
    The following error can ocurr in a race condition:
    
    scan.l:38:18: fatal error: gram.h: No such file or directory
    http://errors.yoctoproject.org/Errors/Details/56158/
    
    That is, the scan.l file is parsed before the gram.h file is generated.
    To avoid this, we clear the PARALLEL_MAKE variable.
    
    Signed-off-by: Adrian Dudau <adrian.dudau at enea.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 41e5340..e80c1b1 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -17,4 +17,4 @@ EXTRA_OE_CONF = "--enable-vt"
 
 inherit autotools-brokensep
 
-PNBLACKLIST[umip] ?= "BROKEN: SRC_URI seems to be down and build from premirror fails to find gram.h, see http://errors.yoctoproject.org/Errors/Details/56158/"
+PARALLEL_MAKE = ""

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


More information about the Openembedded-commits mailing list