]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: Ensure native recipes have consistent checksums
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:43:26 +0000 (17:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:48:34 +0000 (17:48 +0100)
When building boost-native on i686, the x86 override isn't applied
unless the target also happens to be x86. Similarly the x86_64 override
is only applied on 64 bit target machines.

Avoid various problems by removing the new problematic configure options
in the native case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc

index 7637a4e932348e8b6fce98757fbd6689b83fbe7f..ef16533bab2920e4dc79d63f2a627c2ba74c35fa 100644 (file)
@@ -32,6 +32,8 @@ BOOST_LIBS = "\
 BOOST_LIBS_append_x86 = " context coroutine"
 BOOST_LIBS_append_x86-64 = " context coroutine"
 BOOST_LIBS_append_powerpc = " context coroutine"
+# need consistent settings for native builds (x86 override not applied for native)
+BOOST_LIBS_remove_class-native = " context coroutine"
 
 # optional libraries
 PACKAGECONFIG ??= "locale"