summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-27 22:10:38 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-28 17:12:41 +0300
commite5e8d1a53f9b95cd938fb7095c98e8cff8c59583 (patch)
tree540d05bb428e1a41402fabf088dffb6d61f75db8
parent11a2a35635de15ae69d7278b205b1751a6e87f24 (diff)
downloadopenbmc-e5e8d1a53f9b95cd938fb7095c98e8cff8c59583.tar.xz
bmcweb: srcrev bump 6c3e945110..0ed80c8ce9
George Liu (1): UpdateService: Support for MultipartHttpPushUri Change-Id: Ie03ee90e4226fe3b36b6b29477f3ccb3a430a99d 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 efb34ea8e6..812cc9a176 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 = "6c3e94511027133db407f9e1c3c628927ec1332f"
+SRCREV = "0ed80c8ce93a38eca6951ffad5c3143a3a720053"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"