mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
12 lines
473 B
BlitzBasic
12 lines
473 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += " \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://boost-math-disable-pch-for-gcc.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-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch \
|
|
file://0001-Fixes-wrong-type-for-mutex-in-regex-v5.patch \
|
|
"
|