]> code.ossystems Code Review - openembedded-core.git/commit
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)
commit5a4fe5a735b16e313e7a33649b4e7764a6888d0c
tree0dd15b4a49c12947204b4a44efe8ea88d972a7b4
parent2b5761350a074de2e1a6db19621945fba39089fc
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@linuxfoundation.org>
meta/recipes-support/boost/boost.inc