Revert "bmcweb: srcrev bump 28f4b387a0..94c3a10b94"
This reverts commit b8536caa358ebd10774ae61fd51dc94a50b90d8c.
This is failing redfish validation:
```
1 err.PCIeDevice.PCIeDevice errors in /redfish/v1/Systems/system
1 failProp errors in /redfish/v1/Systems/system
1 failGet errors in /redfish/v1/Systems/system/PCIeDevices/system
```
Change-Id: Iaea681798bcf5bca59841d1b8216e9bb19205a14
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index b53dea3..34ec93a 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 = "94c3a10b94c3ce063d6c1aed3a597f0d524594d5"
+SRCREV = "28f4b387a0f448f0be1b746a85fc58458ece8db3"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"