bmcweb: srcrev bump 743eb1c0cb..3eaecac336
Ed Tanous (6):
Move logging args
Add https parsing
Check return codes
std::remove to std::filesystem::remove
Fix TFTP merge conflict
Fix merge conflict in session
Gunnar Mills (1):
obmc_console: Fix some missing headers
Change-Id: I5c07dd073def7e45fa2c1dc024fa4dfcc3a4cc1b
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 275d65c..290eb95 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 = "743eb1c0cb44c955078daa2912767cd6d6bb6432"
+SRCREV = "3eaecac33685ca3297d53e041ab5c5116bc18d25"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"