summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-25 01:10:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-27 00:07:30 +0300
commit6b0e26a80a08bab1973aa573c67822059c097c1e (patch)
treee462e9e753c56dffb3c85c925974ea036d2c6f42 /meta-phosphor
parent5d677026e2d25e4a470a7d81320e7180e6559c7f (diff)
downloadopenbmc-6b0e26a80a08bab1973aa573c67822059c097c1e.tar.xz
bmcweb: srcrev bump 6995c1ce42..7a54389415
Ed Tanous (2): Remove usage of flat_map for enum lookup Break out request completion from connection Patrick Williams (2): error_messages: remove source_location indirect sdbusplus: use shorter type aliases Change-Id: Ia388a4922d2f3fff88f9bfa7963ae176184ed1c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-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 29a60b5532..0e99986d4a 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 = "6995c1ce42d5bc2d223af7d3b2f3cae613d3b231"
+SRCREV = "7a54389415ea264ffdd9605002ee6f61bd6a995f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"