diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-06-07 15:59:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-07 23:00:23 +0100 |
commit | 52b9c125083f3fa3b23fd559b4678e97fad014d5 (patch) | |
tree | dba0aebfc88843cd908fd2ce67dbe92a14efee85 /meta/recipes-support/boost/boost_1.76.0.bb | |
parent | 88318c6847d624b0d9e25db055f9b1b0e5ce7990 (diff) | |
download | poky-52b9c125083f3fa3b23fd559b4678e97fad014d5.tar.gz |
boost: fix wrong type for mutex in regex v5
Fixes:
| ./boost/regex/v5/mem_block_cache.hpp:91:11: error: 'static_mutex' in namespace 'boost' does not name a type
| 91 | boost::static_mutex mut;
(From OE-Core rev: 707d3d6219ea10342e2a1a86df6335bcbae9182e)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.76.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.76.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.76.0.bb b/meta/recipes-support/boost/boost_1.76.0.bb index 23b0ffc67e..ae91b1c875 100644 --- a/meta/recipes-support/boost/boost_1.76.0.bb +++ b/meta/recipes-support/boost/boost_1.76.0.bb | |||
@@ -7,4 +7,5 @@ SRC_URI += " \ | |||
7 | file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ | 7 | file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ |
8 | file://0001-dont-setup-compiler-flags-m32-m64.patch \ | 8 | file://0001-dont-setup-compiler-flags-m32-m64.patch \ |
9 | file://0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch \ | 9 | file://0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch \ |
10 | file://0001-Fixes-wrong-type-for-mutex-in-regex-v5.patch \ | ||
10 | " | 11 | " |