Pull in boost 1.81.0
Boost 1.81.0 has some very good changes for us, as it drops the
boost-url beta dependency, in leiu of standard boost. Because it has
some breaking API changes, it seems like a good idea to get ahead of it,
and pull in the update a few weeks ahead of time. Looking through the
changelogs, there's nothing in the modules that we use that would pose
any concern for us, aside from the boost-url changes, which is the point
of this commit.
This needs to go hand in hand with:
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/55021
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I71c629878f386849f8af1e9cb3e6926d3b19f3f9
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 75f9b41..99a3a91 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -4,7 +4,6 @@
openssl \
zlib \
boost \
- boost-url \
libpam \
sdbusplus \
gtest \
@@ -13,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "0fb5b5051bebfe1330627a02d8f7c83195f71ed3"
+SRCREV = "079360ae6e04d3f2245e00d70f83d15c5cad3630"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"