boost: fix build when ${PARALLEL_MAKE} contains '-l'
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Tue, 7 Oct 2014 12:07:11 +0000 (14:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 15:44:32 +0000 (16:44 +0100)
commitecfd7d54816694694740eb6ca90534af60beca6e
tree45d2034eb13164053ac00c9d3feecc416726eed5
parent5fd4509153cc433a48ce9eae68ab5ed5111206e3
boost: fix build when ${PARALLEL_MAKE} contains '-l'

The '-l' option which is valid for GNU make (--> limit by load) has a
different meaning in bjam (--> limit maximum execution time) and will
break very likely the build.

Keep only the the '-l' option when passing PARALLEL_MAKE options to
bjam.

(From OE-Core rev: 1ff36aaec25a7ee89514366fe484345e8d1d7b64)

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc