summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-25 21:00:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-27 00:37:00 +0300
commitc200e76d5f25a5d61b055a1715a81b6c19714722 (patch)
tree2b819c664077a91cd0089ce661bfc88cf330f352 /meta-phosphor/recipes-phosphor/interfaces
parenta2c4b23a2c50b3ff897eb76eb2be661bc7ce89df (diff)
downloadopenbmc-c200e76d5f25a5d61b055a1715a81b6c19714722.tar.xz
bmcweb: srcrev bump 818db200c0..f42e859032
Ed Tanous (2): Clean up vm CredentialPipe Fix http2 stream pointer Janet Adkins (1): Adjust #LogService schema version to same for all routes Change-Id: I5aa94f793c1a2ee20c764f0fecc0ceacb4d0f507 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 428e4c6bbd..9264fcb199 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 = "818db200c0e651896d5dddd081d56b180a4b9314"
+SRCREV = "f42e859032d9a28752108b327f02340be4de8de2"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"