mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
As Python 3 is the default Python version, change Boost to build against Python 3 instead of Python 2 if enabled. It's not simple to support both, so this means that support for building boost-python against Python 2 has been removed. This involves backporting a number of patches upstream to fix Python 3 support, and telling Boost precisely where to find the Python headers and libraries so that it doesn't try to invoke the host Python to determine these values. [ YOCTO #11104 ] (From OE-Core rev: 0f5418eb0ce12811b16d2e3c28c28140a509f685) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
644 B
BlitzBasic
16 lines
644 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += "\
|
|
file://arm-intrinsics.patch \
|
|
file://0001-When-using-soft-float-on-ARM-we-should-not-expect-th.patch \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \
|
|
file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.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://py3.patch \
|
|
"
|