summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost_1.72.0.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@gmail.com>2020-04-21 19:19:11 -0500
committerSteve Sakoman <steve@sakoman.com>2020-05-01 10:12:13 -1000
commitb9998aa98052cc1c05f59d070677f74bd64c5a10 (patch)
tree1ea6a178f7c1b15121a6fbb524afdd115746e8dc /meta/recipes-support/boost/boost_1.72.0.bb
parent9a96733e29daf84cca9212538f3fc5bd7bb144f4 (diff)
downloadopenembedded-core-contrib-b9998aa98052cc1c05f59d070677f74bd64c5a10.tar.gz
boost: revert 1.72.0 regression
https://www.boost.org/users/history/version_1_72_0.html documents a "Known Issue" and has a revert patch for an issue that causes code to fail to compile that includes the coroutine function. Without this patch, code which includes the asymmetric_coroutine.hpp will fail to compile. Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.72.0.bb')
-rw-r--r--meta/recipes-support/boost/boost_1.72.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.72.0.bb b/meta/recipes-support/boost/boost_1.72.0.bb
index 5e9e0d87d7..0b7badbc76 100644
--- a/meta/recipes-support/boost/boost_1.72.0.bb
+++ b/meta/recipes-support/boost/boost_1.72.0.bb
@@ -7,4 +7,5 @@ SRC_URI += "file://arm-intrinsics.patch \
file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
file://0001-dont-setup-compiler-flags-m32-m64.patch \
+ file://0001-revert-cease-dependence-on-range.patch \
"