bmcweb: srcrev bump b5ca3fdcf1..994fd86a3f
Ed Tanous (4):
Remove unused include
Consistently name AsyncResp variables
Break up router into separate files
Fix hack on Set-Cookie
Myung Bae (1):
Fix Error log entries to Warning
Change-Id: I0cbf6a44d80dc476786e4210a7184124b4f44571
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 a9fc523..8dffc20 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 = "b5ca3fdcf15c029e36b05d619752711871bf0e8d"
+SRCREV = "994fd86a3f6649a820f66313765e85e762ad105a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"