bmcweb: srcrev bump 46b302837c..f7afb17bf0
Alexander Hansen (1):
bugfix: find existing powersupply for power sensor
Jayaprakash Mutyala (1):
virtual_media: Fix for bmcweb crash
Lakshmi Yadlapati (1):
Update depth parameter in getPCIeDeviceList
Change-Id: Ic880da7c4aa8f5ebeef85874b2a3d386bd6bffa2
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 9be0d50..9f71b03 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 = "46b302837c3c44376da3ba6b72fb70b7b2ce1c11"
+SRCREV = "f7afb17bf0a84101b26474bbd4dfc8f3aa3eb3f7"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"