summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-20 22:50:13 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-06-21 14:29:46 +0300
commitda0465a5d47c9b6c8de95dc9dae679da59a24ba6 (patch)
treea19a758cc372a85217de2d153076258dd0a758a3 /meta-phosphor
parent251d31b15878ad72cea362ad46945d84169921eb (diff)
downloadopenbmc-da0465a5d47c9b6c8de95dc9dae679da59a24ba6.tar.xz
bmcweb: srcrev bump d8d5fc3ee9..f653730d12
Ed Tanous (4): Add EventBufferExceeded message Remove readSSEQueryParams method Make aggregator unit tests pass Clean up time utils Change-Id: I714e6fd514c93854fe8c940e5e428ddbe75e69ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 f230aff0d8..92576b78f9 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 = "d8d5fc3ee9209b3641f1af8fca833a26b861ba7f"
+SRCREV = "f653730d1217408bef941f998be34e2e534549fb"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"