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>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 3633d03..c444202 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@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"