summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-22 20:10:11 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-23 00:45:55 +0300
commitb23ecd4d1f8bd696432d3de57605db6be2dec77e (patch)
tree9d79157a752b5034bd8e49a3103731b9574f0344
parentd904915ec62a47bad14f54c8dd118bce20d55b04 (diff)
downloadopenbmc-b23ecd4d1f8bd696432d3de57605db6be2dec77e.tar.xz
bmcweb: srcrev bump 211cfa49d1..003301a24b
Ed Tanous (2): Add missing headers Change ssl stream implementations Change-Id: I6cedb13cf8febee6887e37a9ba6ab185ef6d2de4 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 cf960fd58a..ba2a4e2045 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 = "211cfa49d10cb251b6504bacb13d8e87b4d9c1e4"
+SRCREV = "003301a24bad4cfe066bb1f5720243a3f7c45742"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"