summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost_1.66.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-02-01 20:02:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:29 +0000
commitb112b094cce627d024df5131a4533ca5f84e5443 (patch)
treec924f88190eee988ea38b64c6b167754b277a786 /meta/recipes-support/boost/boost_1.66.0.bb
parente84b1b63587059bc5c882a7909c063696020b71e (diff)
downloadpoky-b112b094cce627d024df5131a4533ca5f84e5443.tar.gz
boost: update to 1.66.0
Rework 0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch to remove the offending bits from the function instead of removing calls to the function all over the place. (From OE-Core rev: 18e94bc08db55afb2d9b9db9a51c6a2d5478c056) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.66.0.bb')
-rw-r--r--meta/recipes-support/boost/boost_1.66.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.66.0.bb b/meta/recipes-support/boost/boost_1.66.0.bb
new file mode 100644
index 0000000000..63b82a5995
--- /dev/null
+++ b/meta/recipes-support/boost/boost_1.66.0.bb
@@ -0,0 +1,11 @@
1require boost-${PV}.inc
2require boost.inc
3
4SRC_URI += "\
5 file://arm-intrinsics.patch \
6 file://boost-CVE-2012-2677.patch \
7 file://boost-math-disable-pch-for-gcc.patch \
8 file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
9 file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
10 file://0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch \
11"