bmcweb: srcrev bump e645c5e6a9..03457a9c80
Carson Labrado (2):
Aggregation: Fix cppcheck errors
HTTP Client: Increase max conns and reqs
Ed Tanous (2):
Disable token compress in str
Disable old compatibility option default
Gunnar Mills (1):
Session: Add v1 to urlFromPieces
Willy Tu (1):
Update most resources to use urlFromPieces
Change-Id: Ie8febc22852dc74738e9f18da279a093c5aee421
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 73f7b6b..e7eae56 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 = "e645c5e6a922817a56c3b9452799b8b4cce38a7c"
+SRCREV = "03457a9c803cfd000093ba842a38876e384c7452"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"