summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-18 19:10:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-19 16:13:12 +0300
commit49beb084b6ec45edc5a72f4d11964e11e79b9006 (patch)
tree01b518c24d02f12412da94fa261c1b9a76122f87 /meta-phosphor
parent185f8efcebd236582a289110934d8af3017e2212 (diff)
downloadopenbmc-49beb084b6ec45edc5a72f4d11964e11e79b9006.tar.xz
bmcweb: srcrev bump ddd70dcaa5..d87fdd9e37
Ed Tanous (2): Remove bad include from dbus singleton Break out setupRedfishRoute George Liu (1): Implements PowerSupply schema Gunnar Mills (1): SessionService: Break out setupRedfishRoute Lakshmi Yadlapati (1): Fix internal error caused by unknown PCIe SlotType Ninad Palsule (1): Move long lambda in separate function Change-Id: Ia8f35262d533114447e68aae7800b9cdabcb1300 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 5c2dd08715..489b8da56e 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "ddd70dcaa56bd51eaa0b192cd2c5c7bdcc1c3576"
+SRCREV = "d87fdd9e37c975de8efebb298249b559ecf6969b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"