diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 4 |
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 = "\ | |||
11 | iostreams \ | 11 | iostreams \ |
12 | program_options \ | 12 | program_options \ |
13 | regex \ | 13 | regex \ |
14 | serialization \ | ||
14 | signals \ | 15 | signals \ |
15 | system \ | 16 | system \ |
16 | test \ | 17 | test \ |
17 | thread \ | 18 | thread \ |
18 | " | 19 | " |
19 | 20 | ||
20 | # FIXME: for some reason this fails on powerpc | ||
21 | #BOOST_LIBS += "serialization" | ||
22 | |||
23 | # To enable python, uncomment the following: | 21 | # To enable python, uncomment the following: |
24 | #BOOST_LIBS += "python" | 22 | #BOOST_LIBS += "python" |
25 | #DEPENDS += "python" | 23 | #DEPENDS += "python" |