summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-06 08:20:07 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-03-06 22:50:06 +0300
commitf8b09a66c84d8c6268dc89a70a423161fc13a606 (patch)
tree9cfef181fcde20061717a103d9a0d7227adcb170
parent156925beb3e24b25bed90e415814c3d43364ec77 (diff)
downloadopenbmc-f8b09a66c84d8c6268dc89a70a423161fc13a606.tar.xz
bmcweb: srcrev bump 33e1f122b7..ce73d5c851
Gunnar Mills (1): Sessions: Drop end / from odata.id Patrick Williams (1): redfish-schema: add Protocol Ravi Teja (1): DHCP Conf: Fix UseDomainName configuration Sunitha Harish (1): Support PATCH on IPv6StaticDefaultGateways Change-Id: I1981c5427559894f50727095b07ba6e9aa938767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-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 f90056d92d..d150d7dd6e 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 = "33e1f122b740c5de679dc0350b5f41e8d975499f"
+SRCREV = "ce73d5c8517e0b85d85de345f10c82c24cbb067b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"