summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-08-20 01:11:20 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-20 02:12:37 +0300
commite0b475b36607bae147234c0c7728bbc131935b6e (patch)
tree4a3285fd49f771be65426031716995e84af609f2
parent9eeb80ffe1dcf95b1000ea15ed50f4c14b5dcbcb (diff)
downloadopenbmc-e0b475b36607bae147234c0c7728bbc131935b6e.tar.xz
bmcweb: srcrev bump d6c414f36c..92ccb88d9a
Ed Tanous (6): Remove middlewares Enable clang warnings Enable unused variable warnings and resolve url_view throws if a parse error is found Fix minor regression in chassis Catch more errors in url_view Jonathan Doman (1): Improve base64Decode bounds checking Karthick Sundarrajan (1): Deleting the deprecated format for SendRawPeci (From meta-phosphor rev: 4beb45faaeac02370b829a321181f8f23bbf71b4) Change-Id: Ide1ab55fc91307a89a8a2d2a9e5a1b7f55bac975 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-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 4ab3dceb1..c51af33d6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "d6c414f36c66b03f272f0cfc3a2e2d5dc0df1271"
+SRCREV = "92ccb88d9adff2da45bddd292c7d944c2755b2c8"
S = "${WORKDIR}/git"