summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-21 22:30:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-22 14:51:56 +0300
commita97796c77940e5e4706d04e75fdf5a582cbf0df0 (patch)
tree91844fcd51add23f911d5326972419c2a001d94c /meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
parentaf2aa1ccb391fa5aeb3316983258165da2d4a9cd (diff)
downloadopenbmc-a97796c77940e5e4706d04e75fdf5a582cbf0df0.tar.xz
bmcweb: srcrev bump 8549b951ff..3544d2a719
Ed Tanous (1): Use ranges Jonathan Doman (2): Flush each log message Fix duplicate entries in session userGroups Michal Orzel (1): mTLS: Fix handshake failures Change-Id: If23afe251d2cde818ea633fd0e7410bdda4a78b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb')
-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 19471a123e..e135e6b6a3 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 = "8549b951ff911b7a491f08d3e23c61ceeada6f8f"
+SRCREV = "3544d2a719c8bb7b07f9a39f61a3770ec84b909f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"