bmcweb: srcrev bump 1306101e16..8ed41c35a3
Chau Ly (1):
chassis: Change intrusion sensor look up method
Ed Tanous (3):
Fix logging
Add missing nullptr checks
Cache user role in session object
Gunnar Mills (1):
Fix RestorePolicy map
Change-Id: I3470e127e5aa693e1f3fc8f1899b9f9a5f52c078
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 681d119..acc3401 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 = "1306101e16e574bbdbfbf4b594699396d4c80e08"
+SRCREV = "8ed41c35a314580bb794fa0fff2e01b0bf7efcf7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"