[oe-commits] Fabien Proriol : boost: Avoid to use local host configuration

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:08 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 6586aeb3e26d58322c169dfef0228a425fe5d3fa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6586aeb3e26d58322c169dfef0228a425fe5d3fa

Author: Fabien Proriol <fabien.proriol at jdsu.com>
Date:   Thu Jan 22 15:07:48 2015 +0100

boost: Avoid to use local host configuration

Signed-off-by: Fabien Proriol <fabien.proriol at jdsu.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 bf22c95..6b42133 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}' \



More information about the Openembedded-commits mailing list