summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-13 22:30:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-14 00:23:23 +0300
commit2513b9fd5b123461b461844b979c70d03898c3d5 (patch)
tree8f22d80bb7ef63284e549f30a12750abc65710d9 /meta-phosphor
parent2185de7260803955685836992e0e3f8f572027d4 (diff)
downloadopenbmc-2513b9fd5b123461b461844b979c70d03898c3d5.tar.xz
bmcweb: srcrev bump 8332831685..c8491cb0b4
Ed Tanous (3): Remove reserve Last fix for inversion Move under exception handler Jagpal Singh Gill (2): updateservice: refactor parse multi-part forms updateservice: refactor task creation Change-Id: Ic7d4185c5f9862c0da21e26b2277447d7411c5f9 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 004c4e9ad9..2cea421f9b 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "83328316857b42960edd46cadf06902d2d4ba00b"
+SRCREV = "c8491cb0b416637f1c1119c3f0d95500a4bd9c29"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"