bmcweb: srcrev bump e1452bea28..62598e31d0
Ed Tanous (2):
Remove PCIeInterface DeviceType
Replace logging with std::format
Change-Id: Ib72c04a0166745bfc9885c1115a5641750dd3ed5
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 ad4b9ef..c8e2606 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 = "e1452bea2809f7189a69ee562e5078e452f0a251"
+SRCREV = "62598e31d0988d589506d5091bd38f72d61faf5e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"