summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-01-09 20:50:07 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-01-10 03:36:24 +0300
commitd28e522b8051e3fe0c5d586c1c24d19cee16c68c (patch)
treed9d523dfc74958a93be77787a9744cb1092bf101 /meta-phosphor/recipes-phosphor/interfaces
parent7ce2958f486e80bbeca70e2a627e5b0c613c7b0f (diff)
downloadopenbmc-d28e522b8051e3fe0c5d586c1c24d19cee16c68c.tar.xz
bmcweb: srcrev bump a88942019f..8ece0e457e
Abhilash Raju (1): http_client: fix for broken connection Ed Tanous (1): Fix spelling mistakes Change-Id: I4722356c095f33209c3566507cddbcb3be9c3edd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 5b2d1726f2..4b8cee00f8 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 = "a88942019fdd3d8fc366999f7c178f3e1c18b2fe"
+SRCREV = "8ece0e457ee994e54c23ee7393fbce831d81a954"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"