mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Add a patch to fix bjam-native compile error (due to mistyped variable name). Drop upstreamed patch. (From OE-Core rev: ba2d391d8268203895ab2f792f92b7fd92deeb45) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
467 B
BlitzBasic
13 lines
467 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://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 \
|
|
"
|