]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: Ensure we use our user-config.jam file
authorSaul Wold <sgw@linux.intel.com>
Fri, 20 Apr 2012 21:06:20 +0000 (14:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 09:43:39 +0000 (10:43 +0100)
This change ensures we use the user-config.jam Configuration
that we created and will not use anything from the user's home
directory.

[YOCTO #2302]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/boost/boost.inc

index c9306df94f1f4c44db239b905538968491e6a20c..a0fc114968ac83341bfcde1752986dfc54b5a8a5 100644 (file)
@@ -16,7 +16,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}"
 BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2"
 
@@ -127,6 +127,7 @@ BJAM_TOOLS   = "-sTOOLS=gcc \
                "
 
 BJAM_OPTS    = '${BJAM_TOOLS} \
+                -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \
                --builddir=${S}/${TARGET_SYS} \
                 --disable-icu \
                ${BJAM_EXTRA}'