bmcweb: srcrev bump d0eb0e7303..f0b59af46a
Ed Tanous (7):
Fix unused variable warning in LDAP
Check optionals in tidy
Add clang-tidy-18 bugprone checks
Enable clang-tidy-18 misc checks
Rename http2 unpacker
Fix clang-formatting in ethernet
Add misc-include-cleaner
George Liu (1):
Update indicator LED verification
Change-Id: I1daa65f7db95d41140d59bbcf36d79a12250a744
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 cf8c08a..b91ddef 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 = "d0eb0e7303744d03aaa6f994bbbcdd6dc92bab13"
+SRCREV = "f0b59af46a6aa84890d2181b08d4e1af5ce5002f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"