]> code.ossystems Code Review - openembedded-core.git/commit
boost: Add patch to avoid undefined references to boost::atomic::lockpool::get_lock_for()
authorPhil Blundell <pb@pbcl.net>
Thu, 14 Nov 2013 14:41:21 +0000 (14:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Nov 2013 14:02:55 +0000 (14:02 +0000)
commit1ffc27173576589191b037d111ecb59d94631de0
tree152452f2bb653e5d2aa7fa9a0b6c48e4dc8bd2ca
parent2d01bd48e689656bbe6189243d077f822092a14a
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.

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/boost/boost_1.54.0.bb
meta/recipes-support/boost/files/boost-1.54.0-thread-link_atomic.patch [new file with mode: 0644]