| Submitter | Philip Balister |
|---|---|
| Date | Dec. 12, 2011, 9:58 p.m. |
| Message ID | <1323727116-10292-1-git-send-email-philip@balister.org> |
| Download | mbox | patch |
| Permalink | /patch/16769/ |
| State | Accepted |
| Commit | f60417055f869acb871be1f01c6900fdf685d71a |
| Headers | show |
Comments
On Mon, 2011-12-12 at 16:58 -0500, Philip Balister wrote: > Without this, boost needs to build icu to create images using > boost regex. RP inidicated he would rather disable icu, than add an > extra dependency to the recipe. > > Signed-off-by: Philip Balister <philip@balister.org> > --- > meta/recipes-support/boost/boost.inc | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index cc26ef9..aa577b3 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 = "r1" +INC_PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" @@ -127,6 +127,7 @@ BJAM_TOOLS = "-sTOOLS=gcc \ BJAM_OPTS = '${BJAM_TOOLS} \ --builddir=${S}/${TARGET_SYS} \ --with-python-root=${PYTHON_ROOT} \ + --without-icu \ ${BJAM_EXTRA}'
Without this, boost needs to build icu to create images using boost regex. RP inidicated he would rather disable icu, than add an extra dependency to the recipe. Signed-off-by: Philip Balister <philip@balister.org> --- meta/recipes-support/boost/boost.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)