summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-20 19:50:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-28 02:06:11 +0300
commit25464bfba45dc834e4da76022d89dd7a3cc139fc (patch)
tree43e41186e0b0cbcf26b7f71314a123d23d0a85f8 /meta-phosphor/recipes-phosphor/interfaces
parent60724a785db0247773b1fa432f145a2d6e29e6bb (diff)
downloadopenbmc-25464bfba45dc834e4da76022d89dd7a3cc139fc.tar.xz
bmcweb: srcrev bump 3e7a8da60d..7a696974d7
Potin Lai (1): managers: use async_method_call() set PID properties Change-Id: Ia54439411d355d90205b9706f90d5e5b3c1b9737 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 0c085e6cfd..c47238caec 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 = "3e7a8da60d70f4c42ae8ce0a3ecb0709194eb831"
+SRCREV = "7a696974d7a987e3eb135a6cbad0a4ace8d109d2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"