bmcweb: srcrev bump e99073f55f..770b3ff239
Ninad Palsule (1):
Timer not started if user session is logged in
Change-Id: Iaff054e55f84e8dc6a0332f2ec4ee5e02ffb392b
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 44b1cd4..39e6609 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "e99073f55f30e2af2c36d7859513ea9464fa647d"
+SRCREV = "770b3ff239f96b419a791bed732f914899b8c202"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"