bmcweb: srcrev bump 93f7a0d6a3..7f57f19593
Ed Tanous (5):
Fix some use-after-move issues
Add CBOR support
Generate includes for all schemas
Add missing const in update service
cppcheck: Fix Ineffective call of function 'substr'
Snehalatha Venkatesh (1):
Add missing usage of new verb class in router
Change-Id: I0c1a291c36965203e0c45b442b173a6869aa3e64
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 f514333..9698bc1 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 = "93f7a0d6a328037147d610a97a4dbeedc38414ef"
+SRCREV = "7f57f19593fc87da79caa9d7da77976622c933ae"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"