bmcweb: srcrev bump 159121592d..51f65b0caa
Carson Labrado (1):
Aggregation: Improve prefix fixup matching
Ed Tanous (4):
Optimize task event registry
Refactor mtls callbacks into their own file
Fix keepalive false
Remove a couple references to @odata.context
Lakshmi Yadlapati (1):
Add FabricAdapter schema
Myung Bae (1):
Clean up http end_of_stream traces
Change-Id: I889724ed42301880f9a071ae62fbd6850be4bcf7
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 1530e3a..172f280 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "159121592d4218b045d1a3310941b45cd17de836"
+SRCREV = "51f65b0caa10aa785bd0050d31cf0c01ed17ac8e"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"