[OE-core] [PATCH] boost: adding serialization to BOOST_LIBS

Lukas Bulwahn lukas.bulwahn at oss.bmw-carit.de
Mon Sep 2 05:08:04 UTC 2013


Since its initial commit from the classic OpenEmbedded repository
in 43e94412c45b4b79485a64010c76d89b245bb235, serialization was
commented out, reportedly due to some issue with powerpc in the
boost version 1.36. In the classic OpenEmbedded repository,
serialization has been added again since version 1.4x.

The commit removes the outdated comment and adds serialization to
the BOOST_LIBS after testing `bitbake boost` and bitbaking some
applications using boost from the meta-ros layer for qemuppc.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
---
 meta/recipes-support/boost/boost.inc |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 5d20b11..5a219c5 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -11,15 +11,13 @@ BOOST_LIBS = "\
 	iostreams \
 	program_options \
 	regex \
+	serialization \
 	signals \
 	system \
 	test \
 	thread \
 	"
 
-# FIXME: for some reason this fails on powerpc
-#BOOST_LIBS += "serialization"
-
 # To enable python, uncomment the following:
 #BOOST_LIBS += "python"
 #DEPENDS += "python"
-- 
1.7.9.5




More information about the Openembedded-core mailing list