From: Fabien Proriol Date: Thu, 22 Jan 2015 14:07:48 +0000 (+0100) Subject: boost: Avoid to use local host configuration X-Git-Tag: 2015-4~638 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6586aeb3e26d58322c169dfef0228a425fe5d3fa;p=openembedded-core.git boost: Avoid to use local host configuration Signed-off-by: Fabien Proriol Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index bf22c95ebd..6b42133aed 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -92,7 +92,8 @@ EQD = '\"' #boost.bb: "... '-sGCC=... '${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}config${EQD}'${SQD} ..." BJAM_CONF = "${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}boost/config/platform/${TARGET_OS}.hpp${EQD}'${SQD}" -BJAM_TOOLS = "-sTOOLS=gcc \ +BJAM_TOOLS = "--ignore-site-config \ + '-sTOOLS=gcc' \ '-sGCC=${CC} '${BJAM_CONF} \ '-sGXX=${CXX} '${BJAM_CONF} \ '-sGCC_INCLUDE_DIRECTORY=${STAGING_INCDIR}' \