summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/boost/boost.inc18
1 files changed, 6 insertions, 12 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 89df754744..cbf9cad707 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -14,11 +14,15 @@ BOOST_LIBS = "\
14 atomic \ 14 atomic \
15 chrono \ 15 chrono \
16 container \ 16 container \
17 context \
17 contract \ 18 contract \
19 coroutine \
18 date_time \ 20 date_time \
19 exception \ 21 exception \
22 fiber \
20 filesystem \ 23 filesystem \
21 graph \ 24 graph \
25 headers \
22 iostreams \ 26 iostreams \
23 log \ 27 log \
24 math \ 28 math \
@@ -27,23 +31,13 @@ BOOST_LIBS = "\
27 regex \ 31 regex \
28 serialization \ 32 serialization \
29 system \ 33 system \
30 timer \
31 test \ 34 test \
32 thread \ 35 thread \
36 timer \
37 type_erasure \
33 wave \ 38 wave \
34 " 39 "
35 40
36# only supported by x86 and powerpc
37BOOST_LIBS_append_x86 = " context coroutine"
38BOOST_LIBS_append_x86-64 = " context coroutine"
39BOOST_LIBS_append_powerpc = " context coroutine"
40BOOST_LIBS_append_arm = " context coroutine"
41BOOST_LIBS_append_aarch64 = " context coroutine"
42# need consistent settings for native builds (x86 override not applied for native)
43BOOST_LIBS_remove_class-native = " context coroutine"
44# does not compile
45BOOST_LIBS_remove_mips16e = "wave"
46
47# optional libraries 41# optional libraries
48PACKAGECONFIG ??= "locale python" 42PACKAGECONFIG ??= "locale python"
49PACKAGECONFIG[locale] = ",,icu" 43PACKAGECONFIG[locale] = ",,icu"