summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-06-26 15:10:38 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-06-26 23:30:47 +0300
commitd6c55e14e310f3c62c854976c9e12e1495c81c77 (patch)
tree0992abd7ff4a1fffeaef8fd7301c626808596447
parent554f39b673b73c4911e18fd62cfdf2d0af209773 (diff)
downloadopenbmc-d6c55e14e310f3c62c854976c9e12e1495c81c77.tar.xz
bmcweb: srcrev bump f653730d12..ff0a08815e
Ed Tanous (2): Remove nlohmann::json::items() Remove isSecure flag Gunnar Mills (1): Update symlinks for 2024.1 Jagpal Singh Gill (1): remove unstructured HTTP patch for ApplyOptions Jayaprakash Mutyala (1): Fix Redfish Event monitor issue in listener Michal Orzel (1): Add telemetry messages to registry Change-Id: Icc035f9fd08c3ec8472797039a33626f723e6b7e 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 92576b78f9..d85887b311 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 = "f653730d1217408bef941f998be34e2e534549fb"
+SRCREV = "ff0a08815ee289a7a67c31e9bb460cb240daad67"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"