mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 https://github.com/bmwcarit/meta-ros/issues/505 Backport the fix from boost::serialization's master. (From OE-Core rev: e1da4cc99e57c596b2a354767cc1e261718dac52) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
544 B
BlitzBasic
14 lines
544 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += "\
|
|
file://arm-intrinsics.patch \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \
|
|
file://boost-math-disable-pch-for-gcc.patch \
|
|
file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
|
|
file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
|
|
file://0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch \
|
|
file://0001-correct-error-which-appeared-when-compiling-non-c-co.patch \
|
|
"
|