bmcweb: srcrev bump 9e03140656..1f2a40ce32

Ed Tanous (1):
      Use intermediate bmcweb object files

Przemyslaw Czarnowski (1):
      Use actionParams struct instead of fields

Change-Id: I5ec03763195235ca92ffc5e2f99329ead197f841
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 843a68c..53ea018 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 = "9e03140656b1d93c2f4d0f3894eee8d664eb646e"
+SRCREV = "1f2a40ce3223e024d510f2e3b32fbc7e08012728"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"