summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-18 19:00:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-19 23:00:54 +0300
commit8226c5c8e6dede79a0bd39b961c892aa6a349971 (patch)
treeadca9110c9a65899fa0168e5cc2aa63697c188ec
parent1cc775ef86d238fbc9e4c79a4be7ba740aac7bad (diff)
downloadopenbmc-8226c5c8e6dede79a0bd39b961c892aa6a349971.tar.xz
bmcweb: srcrev bump f2caadcee1..211cfa49d1
Ed Tanous (2): Clean up BMCWEB_ENABLE_SSL Update nghttp2 1.60->1.61 Myung Bae (1): Initialize schemas array with explicit size Sunitha Harish (1): Remove ibm locks feature Change-Id: I474f319bde2efbdd14f4b333fd07e4a2f08c90fb 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 479d5bb0dc..cf960fd58a 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 = "f2caadcee107d537be6fdb8e04bcc975eaa594c6"
+SRCREV = "211cfa49d10cb251b6504bacb13d8e87b4d9c1e4"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"