summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-07-03 10:20:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-07-09 15:58:39 +0300
commit8f2b75dad475be8642a796afc1577e1a12042000 (patch)
tree87ca2f50d942641e65da4aa4f0f5ed710e18adfd /meta-phosphor/recipes-phosphor/interfaces
parentd0d6f3dd9f67ab8914533b37253463bc9fc43763 (diff)
downloadopenbmc-8f2b75dad475be8642a796afc1577e1a12042000.tar.xz
bmcweb: srcrev bump 478c5a57ac..28ee563e3d
Myung Bae (1): Fix Chassis Topology Links Handling Change-Id: I53c10023cdc00c1d85ab70b914e761ff85a093c0 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 7665929b04..8049291b94 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 = "478c5a57ac1143d689f3d3670092c2eb75e0f0c4"
+SRCREV = "28ee563e3d37a89100a903bd971bd9df443c5771"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"