summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-06-06 21:20:58 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-06-07 02:18:13 +0300
commit4a5bc9bca6fa101198d3e8badb60bea624681657 (patch)
tree087850c5ab0b2021d7ca3b019d22720d45abc779
parentb5e94a342cad209d51872153058d04db23cdbd18 (diff)
downloadopenbmc-4a5bc9bca6fa101198d3e8badb60bea624681657.tar.xz
bmcweb: srcrev bump f848367f45..c127a0f4d4
Ed Tanous (2): Remove extraneous semicolon Fix www-authenticate behavior John Edward Broadbent (1): redfish: Add Chassis listing associated drive Change-Id: I0b14f68d43477a804af270daac19706b7d306768 Signed-off-by: Andrew Geissler <openbmcbump-github@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 cc3dea5689..21a4edd860 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://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "f848367f45e16f715b1df8b07cc6747e2f4b5aba"
+SRCREV = "c127a0f4d49fd2152e8c25615aedc53aa8ded1d5"
S = "${WORKDIR}/git"