bmcweb: srcrev bump 75e8e218cb..c48377db9e
Lakshmi Yadlapati (1):
Refactor PCIeDeviceList to use getCollectionMembers
Myung Bae (1):
Fix typo in collection.hpp
Change-Id: I374377607d1f80d827126a9247cb9855eb6e0316
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 6654f28..5346a66 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 = "75e8e218cbf9539144ee8f6aea01e158d0a9e190"
+SRCREV = "c48377db9e745fe5169b58cf2812ff306c30057a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"