aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-support/boost/boost_1.59.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-support/boost/boost_1.59.0.bb')
-rw-r--r--common/recipes-support/boost/boost_1.59.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/recipes-support/boost/boost_1.59.0.bb b/common/recipes-support/boost/boost_1.59.0.bb
new file mode 100644
index 00000000..9028b24d
--- /dev/null
+++ b/common/recipes-support/boost/boost_1.59.0.bb
@@ -0,0 +1,14 @@
+include boost-${PV}.inc
+include recipes-support/boost/boost.inc
+
+SRC_URI += "\
+ file://arm-intrinsics.patch \
+ file://consider-hardfp.patch \
+ file://boost-CVE-2012-2677.patch \
+ file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \
+ file://0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch \
+ file://0003-smart_ptr-mips-assembly-doesn-t-compile-in-mips16e-m.patch \
+ file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \
+"
+
+TARGET_CPPFLAGS += " -D_GLIBCXX_USE_CXX11_ABI=0"