diff options
author | Phil Blundell <pb@pbcl.net> | 2013-11-14 14:41:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:27 +0000 |
commit | 5666f8cbe227dfe8543e7e96008703c781bd1679 (patch) | |
tree | 135df91a363858ecad7c8fcd3766a56b519f33b7 /meta/recipes-support/boost/boost_1.54.0.bb | |
parent | 8d2b5f3c20092e90807cf50c1a633e31e0ee81e9 (diff) | |
download | poky-5666f8cbe227dfe8543e7e96008703c781bd1679.tar.gz |
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 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>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.54.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.54.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.54.0.bb b/meta/recipes-support/boost/boost_1.54.0.bb index 3cf88fa3c1..9e7a60a805 100644 --- a/meta/recipes-support/boost/boost_1.54.0.bb +++ b/meta/recipes-support/boost/boost_1.54.0.bb | |||
@@ -3,4 +3,5 @@ include boost.inc | |||
3 | 3 | ||
4 | SRC_URI += "file://arm-intrinsics.patch \ | 4 | SRC_URI += "file://arm-intrinsics.patch \ |
5 | file://glibc.patch \ | 5 | file://glibc.patch \ |
6 | file://boost-1.54.0-thread-link_atomic.patch \ | ||
6 | " | 7 | " |