aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/umip
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-12 16:59:16 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-21 21:33:19 +0200
commitbfa6d1c090250a2f8ac2232176f109c5ebc3dc66 (patch)
tree6e7350c4f5b3f5a78d80cba187731be9502d24c6 /meta-oe/recipes-connectivity/umip
parentbbb8373dfd81a618332bb6ed181d9116bb3223f6 (diff)
downloadmeta-openembedded-contrib-bfa6d1c090250a2f8ac2232176f109c5ebc3dc66.tar.gz
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@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/umip')
-rw-r--r--meta-oe/recipes-connectivity/umip/umip_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 41e53406c9..e80c1b1309 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 = ""