From 6586aeb3e26d58322c169dfef0228a425fe5d3fa Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Thu, 22 Jan 2015 15:07:48 +0100 Subject: boost: Avoid to use local host configuration Signed-off-by: Fabien Proriol Signed-off-by: Ross Burton --- meta/recipes-support/boost/boost.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}' \ -- cgit 1.2.3-korg