Skip to content
Commit 93aa4aa1 authored by Adrian Dudau's avatar Adrian Dudau Committed by Armin Kuster
Browse files

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: default avatarAdrian Dudau <adrian.dudau@enea.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
parent bf34b1e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment