mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Some notes:
- bjam bootstrap scripts were changed, and the patch for that had to be
adjusted. tools/build/src/engine/build.sh now supports an --debug option
which the bjam-native recipe can use to get the debug build of b2.
- a related patch was added to address a speed regression with the debug
version of bjam
- gcc.jam patch had to be refreshed because boost added more "cpu-flags"
lines.
- since 1.70.0, boost includes new cmake config files which are packaged
in ${PN}-dev now so they make it into the SDK. (although 1.71.0 is needed
to fix some bugs in them)
(From OE-Core rev: 810aded01fc2ae2c27c2573135c20947453e50c6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
357 B
BlitzBasic
10 lines
357 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += "file://arm-intrinsics.patch \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://boost-math-disable-pch-for-gcc.patch \
|
|
file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
|
|
file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
|
|
"
|