| Submitter | Scott Garman |
|---|---|
| Date | May 24, 2012, 9:38 p.m. |
| Message ID | <f246e467b8513f1c1c33b5e7462ae6478754d531.1337892418.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/28685/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c9306df..a0fc114 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 = "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}'