summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-23 22:50:27 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-02-24 01:58:37 +0300
commitfeed0ce3459ec5b8998ce9043450904d222e0540 (patch)
treea0038c47a6b33a32c1ce82da1f8c8181fc12d08c /meta-phosphor
parentf3c406ab0ebc0b346798bac44ed8845675090ea3 (diff)
downloadopenbmc-feed0ce3459ec5b8998ce9043450904d222e0540.tar.xz
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>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 73f7b6b474..e7eae56e07 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@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"