summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-25 22:20:22 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-25 22:20:22 +0300
commit07d197d7863281af716c25f10e35fc7ec290fe44 (patch)
tree02fc8af1209cab68221357aacb1af9898ab5ee11 /meta-phosphor/recipes-phosphor/interfaces
parent8cbaebd324e4bcc6fe22440192bfacdcb46c4634 (diff)
downloadopenbmc-07d197d7863281af716c25f10e35fc7ec290fe44.tar.xz
bmcweb: srcrev bump 62598e31d0..1306101e16
Akshit Shah (1): Report status state field for cable objects Alex Schendel (1): scripts: Script to autogenerate TLS certs Ban Feng (1): Fix unable to find sensor object Ed Tanous (2): Rename aResp to asyncResp Add error code check for snmp Ravi Teja (2): Add IPv6 StatelessAddressAutoConfiguration Fix events destination url parsing for IPv6 Change-Id: I9fe9a09c4f0c2baa2f75577361379265b9dd19f0 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 c8e2606497..681d119ffc 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 = "62598e31d0988d589506d5091bd38f72d61faf5e"
+SRCREV = "1306101e16e574bbdbfbf4b594699396d4c80e08"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"