[oe] [meta-oe][PATCH] umip: Unblacklist recipe and disable parallel make

Adrian Dudau adrian.dudau at enea.com
Wed Apr 20 11:43:52 UTC 2016


The SRC_URI is up again, no need to blacklist the recipe anymore.

The following error could 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 was parsed before the gram.h file was
generated. To avoid this, we clear the PARALLEL_MAKE variable.

Signed-off-by: Adrian Dudau <adrian.dudau at enea.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 = ""
-- 
1.9.1




More information about the Openembedded-devel mailing list