bmcweb: srcrev bump dfb2b40839..814bf20a38
Ed Tanous (5):
Tidy enable modernize-redundant-void-arg
Enable bugprone clang tidy checks
Implement data pointer clang-tidy check
Add contains type tidy check
Add clang-analyzer checks from clang-16
Konstantin Aladyshev (3):
Correct type for the lanesInUse property
Omit Slot "Lanes" property if it is equal to 0
Add MaxLanes and MaxPCIeType properties to the PCIeInterface
Sunitha Harish (1):
HTTP Client: Improve error message
Change-Id: I65e3b8f12d14a8a03410f88474ac6116a656457b
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index b33b52b..8397f23 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "dfb2b40839d6cd6b96e4d891c46d964c8f2c930b"
+SRCREV = "814bf20a383c891931b9f68b2d49c6b52318603d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"