From 04d21a9ac51bc983cd89e43b4312c9f33076d239 Mon Sep 17 00:00:00 2001 From: Viktor Rosendahl Date: Thu, 30 Jul 2020 12:00:21 +0200 Subject: boost: backport fix to make async_pipes work with asio async_pipe is missing the executor_type type, which is expected by asio in /usr/include/boost/asio/impl/read.hpp. Without this, it's not possible to even compile code that uses constructs such as: boost::asio::io_service foo; boost::process::async_pipe foopipe{ boost::process::async_pipe(foo) }; This is only relevant for Dunfell because master has already moved to boost-1.73.0 in which this bug has been fixed. The bug is also not present in Zeus, which uses boost-1.71.0. (From OE-Core rev: f3f6cc45b0b95cce337947df8dfaa9402251541c) Signed-off-by: Viktor Rosendahl Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost_1.72.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/boost/boost_1.72.0.bb') diff --git a/meta/recipes-support/boost/boost_1.72.0.bb b/meta/recipes-support/boost/boost_1.72.0.bb index 0b7badbc76..51c84bc935 100644 --- a/meta/recipes-support/boost/boost_1.72.0.bb +++ b/meta/recipes-support/boost/boost_1.72.0.bb @@ -8,4 +8,5 @@ SRC_URI += "file://arm-intrinsics.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 \ + file://0001-added-typedef-executor_type.patch \ " -- cgit v1.2.3-54-g00ecf