summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-29 03:50:31 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-29 03:50:31 +0300
commited67a07e83f0503f5ce14ac7a1da270637b215de (patch)
treefff93310864ef92832b7e5f6330ab1c946e25e3e
parente849b5fc959153aa7a9915be828bec9bc200591d (diff)
downloadopenbmc-ed67a07e83f0503f5ce14ac7a1da270637b215de.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index f514333d59..9698bc1484 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@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"