bmcweb: srcrev bump ca89b20040..ac1e124646
Ed Tanous (1):
Make multipart use consistent parse
Paul Fertser (1):
Send cookies to webui-vue from Sessions POST
Change-Id: I978c8d861cd46350bfcfc2b3bf07c2b4be23fc65
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 6b1a57f..ec7316e 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 = "ca89b200406e16a47195e132f2e47a1d2b9879c3"
+SRCREV = "ac1e1246464e28fe4313ba936a6b8f64ec65bb12"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"