mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
It's a work around for a defect when build in parallel: https://svn.boost.org/trac/boost/ticket/12477 (From OE-Core rev: 9f30160f8623aebe8459e5b155d01397ff0f13b3) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
525 B
BlitzBasic
14 lines
525 B
BlitzBasic
include boost-${PV}.inc
|
|
include boost.inc
|
|
|
|
SRC_URI += "\
|
|
file://arm-intrinsics.patch \
|
|
file://consider-hardfp.patch \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \
|
|
file://0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch \
|
|
file://0003-smart_ptr-mips-assembly-doesn-t-compile-in-mips16e-m.patch \
|
|
file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \
|
|
file://boost-math-disable-pch-for-gcc.patch \
|
|
"
|