bmcweb: srcrev bump 7164bc62dd..998e0cbdc5
Ed Tanous (2):
Unit test Connection
Fix missing date
Change-Id: I00e556043bcf92098de97b7ed3a315e584a5d256
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 95017c9..13d4720 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 = "7164bc62dd26ec92b01985aaae97ecc48276dea5"
+SRCREV = "998e0cbdc5092bdaa783d11c2760bf62084403ce"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"