summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-22 00:30:16 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-22 20:33:33 +0300
commitfb35fbfef60ababacc99dbf18cef9201a7b9718c (patch)
treedaaa4b5bbada55a70b677b38c95c3bb610a7e277 /meta-phosphor
parent5709405d515c2a4d214981a2921c286642e81aee (diff)
downloadopenbmc-fb35fbfef60ababacc99dbf18cef9201a7b9718c.tar.xz
bmcweb: srcrev bump 6dcbb8675d..93f7a0d6a3
Ed Tanous (4): Change variable scopes Avoid copy Fix cppcheck error Use owning strings for aggregator URI Gunnar Mills (1): Return bad request if can't construct Change-Id: I097f216d38b9b0e1ff2db43ebdcc83e688a64894 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 38a7701ce7..f514333d59 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 = "6dcbb8675d5c5765c3e53354b8f3b339effecd44"
+SRCREV = "93f7a0d6a328037147d610a97a4dbeedc38414ef"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"