summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-24 00:50:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-02-24 01:34:42 +0300
commit35364bbba268ae5ea534c2f703f792f3675cf3b5 (patch)
tree2fabbc04ed6e990a53cc67e53eda1eb115e34c09 /meta-phosphor/recipes-phosphor/interfaces
parent1eba85b602fa11eb11b29f881490e630098f336e (diff)
downloadopenbmc-35364bbba268ae5ea534c2f703f792f3675cf3b5.tar.xz
bmcweb: srcrev bump 52dd6932de..6b9ac4f23e
Carson Labrado (1): Chassis: Add support for Version property Chris Cain (1): Systems: Add support to read AllowedPowerModes Gunnar Mills (1): OWNERS: Update Gunnar's email address Jagpal Singh Gill (1): manager_diagnostic_data: add metric get Myung Bae (1): Refactor to pass dbus error code to caller Patrick Williams (1): multi-host: give some more time Change-Id: I9ebeb11a92f4f2cf9bbd9b96d659f1e3311060ce 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 3633d03af9..c444202f1b 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 = "52dd6932dea23ed6f6ae24caec12c9a7f19c2284"
+SRCREV = "6b9ac4f23ed00c3905c9b99f1d0831930acdbb1c"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"