summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-20 01:40:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-20 16:54:19 +0300
commitb25018722e51ae08393be6d68b0410b954dc03a1 (patch)
tree501c3b23086adcb2e9264550db6cbe437fffee1c /meta-phosphor
parent803a2c2c5621afb2875c02dd41455b8b1b266a7f (diff)
downloadopenbmc-b25018722e51ae08393be6d68b0410b954dc03a1.tar.xz
bmcweb: srcrev bump e1452bea28..62598e31d0
Ed Tanous (2): Remove PCIeInterface DeviceType Replace logging with std::format Change-Id: Ib72c04a0166745bfc9885c1115a5641750dd3ed5 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 ad4b9efe77..c8e2606497 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 = "e1452bea2809f7189a69ee562e5078e452f0a251"
+SRCREV = "62598e31d0988d589506d5091bd38f72d61faf5e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"