diff options
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 7637a4e932..ef16533bab 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -32,6 +32,8 @@ BOOST_LIBS = "\ | |||
32 | BOOST_LIBS_append_x86 = " context coroutine" | 32 | BOOST_LIBS_append_x86 = " context coroutine" |
33 | BOOST_LIBS_append_x86-64 = " context coroutine" | 33 | BOOST_LIBS_append_x86-64 = " context coroutine" |
34 | BOOST_LIBS_append_powerpc = " context coroutine" | 34 | BOOST_LIBS_append_powerpc = " context coroutine" |
35 | # need consistent settings for native builds (x86 override not applied for native) | ||
36 | BOOST_LIBS_remove_class-native = " context coroutine" | ||
35 | 37 | ||
36 | # optional libraries | 38 | # optional libraries |
37 | PACKAGECONFIG ??= "locale" | 39 | PACKAGECONFIG ??= "locale" |