Skip to content
Commit 56638a04 authored by Tomasz Dziendzielski's avatar Tomasz Dziendzielski Committed by Steve Sakoman
Browse files

lib/oe/utils: Return empty string in parallel_make



In cmake.bbclass we set CMAKE_BUILD_PARALLEL_LEVEL using parallel_make
function and if PARALLEL_MAKE is set to empty string then this variable
is exported as "None" causing cmake to fail with:
"'CMAKE_BUILD_PARALLEL_LEVEL' environment variable
invalid number 'None' given."

Signed-off-by: default avatarTomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2f790ded)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 84bdeabd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment