summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-08-25 18:44:40 +0300
committerEd Tanous <ed@tanous.net>2022-08-29 19:57:06 +0300
commit74ab83c5fecfec0c47147df13cc7851a94ff2ed1 (patch)
treed48d09eaed966598dcf5e2f3dbd3e2e7727b8b12
parentc1d019a6056a2a0ef50e577b3139ab5a8dc49355 (diff)
downloadbmcweb-74ab83c5fecfec0c47147df13cc7851a94ff2ed1.tar.xz
Upgrade boost 1.78->1.80
Pretty trivial move. No breaking changes between these two versions. Tested: Code compiles Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Icdd0c47cab42f1f6c420856d2dc3f685bce6bd8f
-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 d30aebb810..f1019daa50 100644
--- a/meson.build
+++ b/meson.build
@@ -285,10 +285,10 @@ else
endif
bmcweb_dependencies += nlohmann_json
-boost = dependency('boost',version : '>=1.78.0', required : false, include_type: 'system')
+boost = dependency('boost',version : '>=1.80.0', required : false, include_type: 'system')
if not boost.found()
subproject('boost', required: false)
- boost_inc = include_directories('subprojects/boost_1_78_0/', is_system:true)
+ boost_inc = include_directories('subprojects/boost_1_80_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 2f7a22f450..1c2051abe9 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_78_0.tar.bz2
-source_hash = 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
-source_filename = 1_78_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_80_0.tar.bz2
+source_hash = 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0
+source_filename = 1_80_0.tar.bz2