* [PATCH] boost : Do not use icu when building boost.
@ 2011-12-12 21:58 Philip Balister
2011-12-13 12:31 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2011-12-12 21:58 UTC (permalink / raw)
To: openembedded-core
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(-)
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}'
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-13 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 21:58 [PATCH] boost : Do not use icu when building boost Philip Balister
2011-12-13 12:31 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox