summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-25 11:59:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:40 +0000
commit0a8e78b67254ab1a0348cd47c4d96907af558de1 (patch)
treec053acec700440bd2abbb81f615fb311a3fae422 /meta/recipes-support/boost
parent6e5976d302f5bc4cdfcbf40458d2a5fa7cd4a321 (diff)
downloadopenembedded-core-0a8e78b67254ab1a0348cd47c4d96907af558de1.tar.gz
boost.inc: fix BJAM_OPTS --build-dir option
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>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index c55221ff1b..982446c068 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -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}'