[oe-commits] [openembedded-core] 07/09: boost: Ensure native recipes have consistent checksums

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:49:15 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5a4fe5a735b16e313e7a33649b4e7764a6888d0c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 30 17:43:26 2016 +0100

    boost: Ensure native recipes have consistent checksums
    
    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 at linuxfoundation.org>
---
 meta/recipes-support/boost/boost.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 7637a4e..ef16533 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list