mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
1.77 is broken on architectures which dont have lockfree atomics e.g. armv5 [1], backport relevant fixes from upstream to unbreak the build [1] https://github.com/boostorg/math/issues/673 (From OE-Core rev: 57dc797712abcf83b63694b21d2b3a3f09b1c9bc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
661 B
BlitzBasic
13 lines
661 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-BoostConfig.cmake-allow-searching-for-python310.patch \
|
|
file://0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch \
|
|
file://0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch \
|
|
"
|