summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-04 23:00:44 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-05 21:22:45 +0300
commit465a8382455d4e02e0aa35b1ad4cb1ca1e4eb68d (patch)
tree3641f8cc396a655e91ab0991ffa917e4879ada98 /meta-phosphor/recipes-phosphor/interfaces
parent89762bb5c6da895be802ae7704a9748cc367867e (diff)
downloadopenbmc-465a8382455d4e02e0aa35b1ad4cb1ca1e4eb68d.tar.xz
bmcweb: srcrev bump 5575efb613..7ac13cc939
Asmitha Karunanithi (1): log_services: Move to setProperty dbus util method Ed Tanous (6): Call dump() less Fix http2 payloads Allow parsing null or value classes Clean up hypervisor to use readJson Clean up Account Service to use readJson Clean up Ethernet to use readJson Gunnar Mills (1): Remove redfish-health-populate Konstantin Aladyshev (1): meson: Disable tests build for tinyxml2 dependency Change-Id: Ie72d092d1c7a7fd5cc1aeb2b735058669dc9970c 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 90a7c7aa9e..2739c44449 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 = "5575efb61318a29b810b841390dce5b80cbeacfb"
+SRCREV = "7ac13cc939beaf9a2a7af870ba9b5650c98e409e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"