]> code.ossystems Code Review - openembedded-core.git/commit
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 09:39:12 +0000 (10:39 +0100)
commit1ff36aaec25a7ee89514366fe484345e8d1d7b64
tree2887942be5248589a9d88f9fbf769da904067bfe
parentfa579cb243b8441d95e6c129e07d9e141f808539
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.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
meta/recipes-support/boost/boost.inc