summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-19 03:30:07 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-19 03:30:07 +0300
commit5f79f68ef635f185447b039dc5723beba982af6a (patch)
tree4acfec028562426c4cff5f9f0500b66be774a2a6 /meta-phosphor/recipes-phosphor/interfaces
parent0a6085fedd4c0b3314c3e836f84d5bda53af9147 (diff)
downloadopenbmc-5f79f68ef635f185447b039dc5723beba982af6a.tar.xz
bmcweb: srcrev bump 9970e93f79..b2896149c3
Ed Tanous (8): Fix duplicated https:// in github link Update boost 1.83->1.84 Refactor after login RFC: Implement redfish checklist Add unit test for SSE Clean up power schema Call systemd SetTime directly Rename FileBody to HttpBody PavanKumarIntel (1): Fix PID Zone interface name Sunny Srivastava (1): Remove link from Chassis to PCIeDevice Change-Id: I186287ad04971ece393160feef150cb7ef314412 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 86afed1f57..6c31f40832 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 = "9970e93f794d0110de436828775e333e81330ad5"
+SRCREV = "b2896149c39967dd9d1ee79357bdc53537cfabd7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"