summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-25 21:30:07 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-03-27 04:20:40 +0300
commit4eaf21087210ba15a518490a1c2a630272ef7598 (patch)
tree653d7c9c78428352c8794b49ac8c85b925ce4d9b /meta-phosphor/recipes-phosphor/interfaces
parent895a4388c093dbe1b8de1bf541eec5ca0736b471 (diff)
downloadopenbmc-4eaf21087210ba15a518490a1c2a630272ef7598.tar.xz
bmcweb: srcrev bump a10321e792..d0eb0e7303
Ed Tanous (6): Don't use switch for single conditional http2 Require specific compiler versions Add nolint for naming violations Fix redundant init issues Enable bugprone clang check Remove unused variable Change-Id: I25a4e0a4cb74898960da73550b3577cbb8bfe947 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 4046756ba1..cf8c08a8e9 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 = "a10321e7924da96e6a11aa151347edf3314fed1c"
+SRCREV = "d0eb0e7303744d03aaa6f994bbbcdd6dc92bab13"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"