summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-28 19:00:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-03-29 00:13:56 +0300
commit37a9f96f6c171af6960d6aaab221fc286a7e4b9f (patch)
treeb7891cc5dda366f737021f898ad0a6c432e90996 /meta-phosphor/recipes-phosphor
parent6a6e44b801835701263310ae7867aabc55741aa1 (diff)
downloadopenbmc-37a9f96f6c171af6960d6aaab221fc286a7e4b9f.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-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 cf8c08a8e9..b91ddefe30 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 = "d0eb0e7303744d03aaa6f994bbbcdd6dc92bab13"
+SRCREV = "f0b59af46a6aa84890d2181b08d4e1af5ce5002f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"