summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-10-25 22:06:39 +0300
committerEd Tanous <edtanous@google.com>2021-10-25 22:06:39 +0300
commit9c7b76c2c9d53650136273e0fa937e24b07d0fd2 (patch)
tree4a31b5dbb0a5c2f7f4cfd99b824219b18fa75c8a
parent287ece64bf9a8ee0c42f77cefce559054b488ae7 (diff)
downloadbmcweb-9c7b76c2c9d53650136273e0fa937e24b07d0fd2.tar.xz
Update Boost subproject to 1.77
This is done to match yocto. Tested: meson build cd build ninja Compiles properly. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic0d9ffbb9e6d243dd3f929f880dbeead63114a7a
-rw-r--r--meson.build4
-rw-r--r--subprojects/boost.wrap6
2 files changed, 5 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 863cad1d20..29308f61c6 100644
--- a/meson.build
+++ b/meson.build
@@ -311,10 +311,10 @@ else
endif
bmcweb_dependencies += nlohmann_json
-boost = dependency('boost',version : '>=1.75.0', required : false, include_type: 'system')
+boost = dependency('boost',version : '>=1.77.0', required : false, include_type: 'system')
if not boost.found()
subproject('boost', required: false)
- boost_inc = include_directories('subprojects/boost_1_75_0/', is_system:true)
+ boost_inc = include_directories('subprojects/boost_1_77_0/', is_system:true)
boost = declare_dependency(include_directories : boost_inc)
boost = boost.as_system('system')
endif
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index 544779f948..682ae2fc44 100644
--- a/subprojects/boost.wrap
+++ b/subprojects/boost.wrap
@@ -1,4 +1,4 @@
[wrap-file]
-source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_75_0.tar.bz2
-source_hash = 953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb
-source_filename = 1_75_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_77_0.tar.bz2
+source_hash = fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854
+source_filename = 1_77_0.tar.bz2