summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/boost/boost.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index e5ea10dc01..1162ccd5fb 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("."))}"
16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" 16BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}"
17BOOST_P = "boost_${BOOST_VER}" 17BOOST_P = "boost_${BOOST_VER}"
18 18
19INC_PR = "r3" 19INC_PR = "r4"
20 20
21SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" 21SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2"
22 22
@@ -128,6 +128,7 @@ BJAM_TOOLS = "-sTOOLS=gcc \
128 " 128 "
129 129
130BJAM_OPTS = '${BJAM_TOOLS} \ 130BJAM_OPTS = '${BJAM_TOOLS} \
131 -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \
131 --builddir=${S}/${TARGET_SYS} \ 132 --builddir=${S}/${TARGET_SYS} \
132 --disable-icu \ 133 --disable-icu \
133 ${BJAM_EXTRA}' 134 ${BJAM_EXTRA}'