aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost_1.67.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-29 20:55:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-31 14:06:23 +0100
commit92e44d87df364c663234910e051e055c0d90476d (patch)
tree03b269b3f0acd4fcb2cc0598846de9ad44445e6d /meta/recipes-support/boost/boost_1.67.0.bb
parentdec56f21a4571df7a09d60c2ca44128aa251dc3c (diff)
downloadopenembedded-core-contrib-92e44d87df364c663234910e051e055c0d90476d.tar.gz
boost: Fix invalid const in atomic builtins
Fixes build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.67.0.bb')
-rw-r--r--meta/recipes-support/boost/boost_1.67.0.bb15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-support/boost/boost_1.67.0.bb b/meta/recipes-support/boost/boost_1.67.0.bb
index 7bb451166c..ef178edc0c 100644
--- a/meta/recipes-support/boost/boost_1.67.0.bb
+++ b/meta/recipes-support/boost/boost_1.67.0.bb
@@ -2,10 +2,11 @@ require boost-${PV}.inc
require boost.inc
SRC_URI += "\
- file://arm-intrinsics.patch \
- file://boost-CVE-2012-2677.patch \
- file://boost-math-disable-pch-for-gcc.patch \
- file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
- file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
- file://0001-make_x86_64_sysv_elf_gas.S-set-.file-section.patch \
-"
+ file://arm-intrinsics.patch \
+ file://boost-CVE-2012-2677.patch \
+ file://boost-math-disable-pch-for-gcc.patch \
+ file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
+ file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
+ file://0001-make_x86_64_sysv_elf_gas.S-set-.file-section.patch \
+ file://0001-Removed-clang-specific-branch-for-x86-DCAS-based-loa.patch \
+ "