diff options
author | wangmy <wangmy@fujitsu.com> | 2021-04-22 15:58:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:10 +0100 |
commit | aac6941d84360681344f3cc52cbc5b7e203755ae (patch) | |
tree | aa9341aaa1edb3d5a0ded419fa913d410f92bf0b /meta/recipes-support/boost/boost_1.76.0.bb | |
parent | fa1208406e8645cb8c74288bd5693eadeae651ff (diff) | |
download | poky-aac6941d84360681344f3cc52cbc5b7e203755ae.tar.gz |
boost: upgrade 1.75.0 -> 1.76.0
(From OE-Core rev: 14b597845ad7b97e84c652ce56e137dc4b9d23b9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.76.0.bb')
-rw-r--r-- | meta/recipes-support/boost/boost_1.76.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.76.0.bb b/meta/recipes-support/boost/boost_1.76.0.bb new file mode 100644 index 0000000000..23b0ffc67e --- /dev/null +++ b/meta/recipes-support/boost/boost_1.76.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require boost-${PV}.inc | ||
2 | require boost.inc | ||
3 | |||
4 | SRC_URI += " \ | ||
5 | file://boost-CVE-2012-2677.patch \ | ||
6 | file://boost-math-disable-pch-for-gcc.patch \ | ||
7 | file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ | ||
8 | file://0001-dont-setup-compiler-flags-m32-m64.patch \ | ||
9 | file://0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch \ | ||
10 | " | ||