diff options
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | 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 cc26ef9e9b..aa577b3f0f 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("."))}" | |||
16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" | 16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" |
17 | BOOST_P = "boost_${BOOST_VER}" | 17 | BOOST_P = "boost_${BOOST_VER}" |
18 | 18 | ||
19 | INC_PR = "r1" | 19 | INC_PR = "r2" |
20 | 20 | ||
21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" |
22 | 22 | ||
@@ -127,6 +127,7 @@ BJAM_TOOLS = "-sTOOLS=gcc \ | |||
127 | BJAM_OPTS = '${BJAM_TOOLS} \ | 127 | BJAM_OPTS = '${BJAM_TOOLS} \ |
128 | --builddir=${S}/${TARGET_SYS} \ | 128 | --builddir=${S}/${TARGET_SYS} \ |
129 | --with-python-root=${PYTHON_ROOT} \ | 129 | --with-python-root=${PYTHON_ROOT} \ |
130 | --without-icu \ | ||
130 | ${BJAM_EXTRA}' | 131 | ${BJAM_EXTRA}' |
131 | 132 | ||
132 | 133 | ||