bmcweb: srcrev bump 8ece0e457e..f347756661
Konda Reddy Kachana (1):
redfish: Fix the property name to get EncryptionStatus
Mikhail Zhvakin (1):
DBus REST: Fix array and dict handling
Change-Id: I8385901a715671335a0042cdcfef093632b1d567
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 4b8cee0..20e453c 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 = "8ece0e457ee994e54c23ee7393fbce831d81a954"
+SRCREV = "f347756661ff81ff859ec15c16a0348ef5165bed"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"