summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 402f1592cf..4263e645de 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -151,6 +151,7 @@ BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d')}"
151BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ 151BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \
152 ${BJAM_TOOLS} \ 152 ${BJAM_TOOLS} \
153 -sBOOST_BUILD_USER_CONFIG=${WORKDIR}/user-config.jam \ 153 -sBOOST_BUILD_USER_CONFIG=${WORKDIR}/user-config.jam \
154 -sICU_PATH=${STAGING_EXECPREFIXDIR} \
154 --build-dir=${B} \ 155 --build-dir=${B} \
155 --disable-icu \ 156 --disable-icu \
156 ${BJAM_EXTRA}' 157 ${BJAM_EXTRA}'