]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
boost.inc: fix BJAM_OPTS --build-dir option
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 25 Feb 2016 19:59:15 +0000 (11:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:40 +0000 (11:32 +0000)
The correct syntax is --build-dir ( --builddir is silently ignored ).

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

index c55221ff1b80a6570fbebe28f00b64a165fdd5bb..982446c06836d5036dfa1b9fb3fa7b65707c5b92 100644 (file)
@@ -143,7 +143,7 @@ BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}"
 BJAM_OPTS    = '${BOOST_PARALLEL_MAKE} -d+2 -q \
                ${BJAM_TOOLS} \
                -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \
-               --builddir=${S}/${TARGET_SYS} \
+               --build-dir=${S}/${TARGET_SYS} \
                --disable-icu \
                ${BJAM_EXTRA}'