diff options
author | Phil Blundell <pb@pbcl.net> | 2013-11-14 14:41:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-12 16:53:08 +0000 |
commit | 306fd06c7687340a0d4eb90e9aba9dc8669db07c (patch) | |
tree | 11a2ae48032272215342ddf0145a117b240a5ebc /meta/classes/pythonnative.bbclass | |
parent | 8c3e3c90daee1639ac8b2633d8f1e500697d9c52 (diff) | |
download | openembedded-core-306fd06c7687340a0d4eb90e9aba9dc8669db07c.tar.gz openembedded-core-306fd06c7687340a0d4eb90e9aba9dc8669db07c.tar.bz2 openembedded-core-306fd06c7687340a0d4eb90e9aba9dc8669db07c.zip |
boost: Add patch to avoid undefined references to boost::atomic::lockpool::get_lock_for()
Boost::thread uses functions from boost::atomic but doesn't actually
link with libboost_atomic. This works fine on platforms where
BOOST_ATOMIC_FLAG_LOCK_FREE is true but will lead to undefined
symbol references otherwise. Fix this by applying a patch from
the upstream bug tracker to add the missing library linkage.
(From OE-Core master rev: 1ffc27173576589191b037d111ecb59d94631de0)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/classes/pythonnative.bbclass')
0 files changed, 0 insertions, 0 deletions