Update boost to 1.88.0
Change-Id: Iad2ead33e1660cb38a40e49c395a871604901437
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
diff --git a/meson.build b/meson.build
index e7a117a..3fabdac 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
boost = dependency('boost', required: false)
if not boost.found()
subproject('boost', required: false)
- boost = declare_dependency(include_directories: 'subprojects/boost_1_71_0')
+ boost = declare_dependency(include_directories: 'subprojects/boost_1_88_0')
boost = boost.as_system('system')
endif
if get_option('fru-device')
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index c6f6341..272087d 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_71_0.tar.bz2
-source_hash = d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
-source_filename = boost_1_71_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_88_0.tar.bz2
+source_hash = 46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b
+source_filename = boost_1_88_0.tar.bz2