diff options
author | André Draszik <git@andred.net> | 2016-09-03 01:12:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-05 11:56:01 +0100 |
commit | 02d82eacc793cff197142fa0ffb265a09e7a9bc3 (patch) | |
tree | 6d6f9ce868455ad2be34f42fb66de23909c4d34c /meta/recipes-support/boost/boost_1.61.0.bb | |
parent | d7268e9bbae93455a591bb4f73bfe4bf76497a1b (diff) | |
download | poky-02d82eacc793cff197142fa0ffb265a09e7a9bc3.tar.gz |
boost: fix a musl compilation warning
Upstream-Status: Submitted https://svn.boost.org/trac/boost/ticket/12419
(From OE-Core rev: 03b553e1b2b11ddd7d72a3bb0180d18f36da53b5)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.61.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.61.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.61.0.bb b/meta/recipes-support/boost/boost_1.61.0.bb index 1116444ceb..41ff203272 100644 --- a/meta/recipes-support/boost/boost_1.61.0.bb +++ b/meta/recipes-support/boost/boost_1.61.0.bb | |||
@@ -5,4 +5,5 @@ SRC_URI += "\ | |||
5 | file://arm-intrinsics.patch \ | 5 | file://arm-intrinsics.patch \ |
6 | file://consider-hardfp.patch \ | 6 | file://consider-hardfp.patch \ |
7 | file://boost-CVE-2012-2677.patch \ | 7 | file://boost-CVE-2012-2677.patch \ |
8 | file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \ | ||
8 | " | 9 | " |