summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-02-21 23:47:41 +0300
committerEd Tanous <ed@tanous.net>2022-02-25 00:07:47 +0300
commit6bbda2ca7211b58c759d444442436b782fe294cd (patch)
tree4d8dddd8c7d2b4ae2251d19b137239fb31076174 /subprojects
parent927c17cd3a67d77517bf8ca7b779db858344ea15 (diff)
downloadbmcweb-6bbda2ca7211b58c759d444442436b782fe294cd.tar.xz
subproject: boost-url & boost: update revision
Update the revision of boost-url to d740a92d38e3a8f4d5b2153f53b82f1c98e312ab as per https://github.com/openbmc/openbmc/blob/595f63084d313c9708cb435470e6c6dcbbbbe646/meta-openembedded/meta-oe/recipes-devtools/boost-url/boost-url_git.bb Update the release version of boost to 1.78.0, as per https://github.com/openbmc/openbmc/blob/595f63084d313c9708cb435470e6c6dcbbbbe646/poky/meta/recipes-support/boost/boost_1.78.0.bb and https://github.com/openbmc/openbmc-build-scripts/blob/ca8c4a8b9728714c9a07f7940a4d31b89c3ecf9f/scripts/build-unit-test-docker#L94 This is neccessary since the current bmcweb HEAD doesn't compile with the specified boost-url. This failure can be verified by cloning the repo on an x86 unix desktop without boost-url and let meson clone subprojects. Tested: 1. it compiled on an x86 unix desktop without boost-url and boost 2. yocto build also worked with this patch in Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ib8356667b3fb74ae87c8bf32d21cd834ef061a47
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/boost-url.wrap4
-rw-r--r--subprojects/boost.wrap6
2 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/boost-url.wrap b/subprojects/boost-url.wrap
index 3d00dcf8cc..1e30bc755b 100644
--- a/subprojects/boost-url.wrap
+++ b/subprojects/boost-url.wrap
@@ -1,3 +1,3 @@
[wrap-git]
-revision = 4f712ed69a04a344957d22efa5dc111b415b3aff
-url = https://github.com/CPPAlliance/url.git \ No newline at end of file
+revision = d740a92d38e3a8f4d5b2153f53b82f1c98e312ab
+url = https://github.com/CPPAlliance/url.git
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index 682ae2fc44..2f7a22f450 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_77_0.tar.bz2
-source_hash = fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854
-source_filename = 1_77_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_78_0.tar.bz2
+source_hash = 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
+source_filename = 1_78_0.tar.bz2