summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-02 06:30:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-02 22:03:18 +0300
commit4390e48e689869962398d70636d31eb0e08943a8 (patch)
tree9fa9fb6fbdeae3c27e37b0c86320b48caa71b40b /meta-phosphor/recipes-phosphor/interfaces
parentfab670dd39b994c421a21efedac70c4a2a1f6ae5 (diff)
downloadopenbmc-4390e48e689869962398d70636d31eb0e08943a8.tar.xz
bmcweb: srcrev bump f0b59af46a..5575efb613
Asmitha Karunanithi (2): ethernet: Move to setProperty dbus utility method hypervisor: Move to setProperty dbus util method Ed Tanous (14): Create Redfish specific setProperty call Remove old uses of cout/cerr Fix regression in http_file_body Fix SSE sockets Use no-switch-default on clang Fix redundant inline operators Make boost/nghttp2 cmake build static libraries Remove duplicated include Enable readability check Move where appropriate Delete old tests Update nghttp2 1.54->1.60 Remove unused header Create TemporaryFileHandle class Gunnar Mills (3): Cable: Fix Logging Level Error Up the max connectionCount to 200 Remove redfish-enable-proccessor-memory-status Myung Bae (1): Reduce multi-level calls of req.req members Change-Id: Icf5a11dc8826651de66792c594be4ebf5f4073fd 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 b91ddefe30..90a7c7aa9e 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 = "f0b59af46a6aa84890d2181b08d4e1af5ce5002f"
+SRCREV = "5575efb61318a29b810b841390dce5b80cbeacfb"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"