summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-30 21:40:47 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-31 22:06:13 +0300
commitec7f959dd70687e0a0ab3ef3c75a4d921d5cf15c (patch)
tree1cb69de22f9bbf95897987376d79742a0466fc18
parent397730418b62cb6857947faa9d00fb3504128959 (diff)
downloadopenbmc-ec7f959dd70687e0a0ab3ef3c75a4d921d5cf15c.tar.xz
bmcweb: srcrev bump b2254ccd45..99bf026224
Divya Jyoti (1): Fix incorrect response code for header size limit Change-Id: I989caeb2aef2631d660a3ceb2e95d352ab493ea9 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 79327ebd66..89287c3a87 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 = "b2254ccd4584285eb2a16fd1906c54d7c9bf0867"
+SRCREV = "99bf026224d6ea60be27bd36793ddfaea5537d2a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"