aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/boost/boost.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 5d20b11e11..5a219c5030 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"