bmcweb: srcrev bump e715d14b25..9970e93f79
Alexander Hansen (1):
fix usage of std::ranges::replace_copy
Konstantin Aladyshev (1):
Correct Actions/Manager.ResetToDefaults parameter name
Change-Id: I705ab757d337c8c145dd7f8740d4ddb3395caf4a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index c31f4f7..86afed1 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "e715d14b258a764f0e41559fe4a5e9f7d2efe314"
+SRCREV = "9970e93f794d0110de436828775e333e81330ad5"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"