summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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