bmcweb: srcrev bump 6995c1ce42..7a54389415
Ed Tanous (2):
Remove usage of flat_map for enum lookup
Break out request completion from connection
Patrick Williams (2):
error_messages: remove source_location indirect
sdbusplus: use shorter type aliases
Change-Id: Ia388a4922d2f3fff88f9bfa7963ae176184ed1c8
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 29a60b5..0e99986 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "6995c1ce42d5bc2d223af7d3b2f3cae613d3b231"
+SRCREV = "7a54389415ea264ffdd9605002ee6f61bd6a995f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"