[oe-commits] Saul Wold : boost: Ensure we use our user-config.jam file

git at git.openembedded.org git at git.openembedded.org
Thu Apr 26 09:09:59 UTC 2012


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Fri Apr 20 14:06:20 2012 -0700

boost: Ensure we use our user-config.jam file

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 at linux.intel.com>

---

 meta/recipes-support/boost/boost.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index e5ea10d..1162ccd 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -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 = "r3"
+INC_PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2"
 
@@ -128,6 +128,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}'





More information about the Openembedded-commits mailing list