]> code.ossystems Code Review - openembedded-core.git/commit
boost: improve configure
authorRoss Burton <ross.burton@intel.com>
Tue, 19 Apr 2016 16:20:19 +0000 (17:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:34:10 +0000 (07:34 +0100)
commit1f3cfc77f1dcbfffd319f09591814611f7a5c6bf
treeee6fd4e720a943902fd14639e88eb078210f35a8
parente96b6d73e0842e559810e780f20e49267ebb686e
boost: improve configure

Instead of adding a custom task (do_boostconfig) simply use the existing
do_configure.

Ensure that there are no relative paths in do_configure.

Instead of editing the user-config.jam sample file in the source tree (which is
entirely comments) and extending it on every build, create a new user-config.jam
in ${WORKDIR}.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost.inc