summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-11 18:40:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-12 19:41:11 +0300
commit0b9edbef6b1e5047a4463e926b24a2e5ce58651f (patch)
tree6db91f73b1a5b9d8d85d832e0b48004af32c1642 /meta-phosphor/recipes-phosphor/interfaces
parent3dcfdd0a9c1f3dfb2503a15a8df927ca25d54bc5 (diff)
downloadopenbmc-0b9edbef6b1e5047a4463e926b24a2e5ce58651f.tar.xz
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>
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 b33b52b69e..8397f23f62 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 = "dfb2b40839d6cd6b96e4d891c46d964c8f2c930b"
+SRCREV = "814bf20a383c891931b9f68b2d49c6b52318603d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"