]> code.ossystems Code Review - openembedded-core.git/commit
utils.py: Fix parallel_make limit
authorJoshua Watt <jpewhacker@gmail.com>
Fri, 16 Feb 2018 20:30:00 +0000 (14:30 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Feb 2018 10:31:35 +0000 (10:31 +0000)
commit45205be547967c84dff96403c3a6825a62e3ca6a
tree7adad2b63ac50209d5ee5136ab736d3a6817d862
parentda7fa8a15dfafd07e5956b69996d99880596c333
utils.py: Fix parallel_make limit

parallel_make_argument() was incorrectly taking the maximum of the limit
and the calculated value instead of the minimum.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/utils.py