summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-13 00:30:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-03-14 09:32:23 +0300
commit86299d4f05c8d3db26b8a8fba66672757103e60f (patch)
tree53269f5812e016abd4c4a7410a3e0e50bfd85c2a /meta-phosphor/recipes-phosphor/interfaces
parent5d818e536cdb70eeabf21b60d96636f0789cff4a (diff)
downloadopenbmc-86299d4f05c8d3db26b8a8fba66672757103e60f.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index c31f4f702f..86afed1f57 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@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"