bmcweb: srcrev bump a88942019f..8ece0e457e
Abhilash Raju (1):
http_client: fix for broken connection
Ed Tanous (1):
Fix spelling mistakes
Change-Id: I4722356c095f33209c3566507cddbcb3be9c3edd
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 5b2d172..4b8cee0 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 = "a88942019fdd3d8fc366999f7c178f3e1c18b2fe"
+SRCREV = "8ece0e457ee994e54c23ee7393fbce831d81a954"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"