diff options
Diffstat (limited to 'meta/recipes-support/boost/boost_1.63.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.63.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.63.0.bb b/meta/recipes-support/boost/boost_1.63.0.bb new file mode 100644 index 0000000000..dd30934091 --- /dev/null +++ b/meta/recipes-support/boost/boost_1.63.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require boost-${PV}.inc | ||
2 | require boost.inc | ||
3 | |||
4 | SRC_URI += "\ | ||
5 | file://arm-intrinsics.patch \ | ||
6 | file://0001-When-using-soft-float-on-ARM-we-should-not-expect-th.patch \ | ||
7 | file://boost-CVE-2012-2677.patch \ | ||
8 | file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \ | ||
9 | file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \ | ||
10 | file://boost-math-disable-pch-for-gcc.patch \ | ||
11 | file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \ | ||
12 | file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ | ||
13 | file://0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch \ | ||
14 | " | ||