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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-25 16:34:07 +0100
commite25e3f151c324272990ad6370c5bc71fd5d05c8c (patch)
treed60927ab521fbad2faab52b14c857a1b787439f9 /meta/recipes-support/boost/boost_1.72.0.bb
parent820b3aee5d7104182e33edd3068ab11cad457fdd (diff)
downloadopenembedded-core-contrib-e25e3f151c324272990ad6370c5bc71fd5d05c8c.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>
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 \
"