bmcweb: srcrev bump bb759e3aea..9db4ba2515
Hieu Huynh (1):
Adds LastStateTime in Redfish BootProgress
Jiaqing Zhao (1):
log_service: Fix error message for non-existing log entries
Change-Id: I7f298d84b824d1315ff1d47b8cb2e89d4300d3e3
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 2594a37..30c970b 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 = "bb759e3aeaadfec9f3aac4485f253bcc8a523e4c"
+SRCREV = "9db4ba251522a6499e55b9060a796f89390bbb3d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"