summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-09 22:20:28 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-09 22:20:28 +0300
commit15c7c77bfeea5dda58ddb88e052c01ede980ff11 (patch)
tree4f9c0c2615d961be81f9cdd55562edd5f658e250 /meta-phosphor/recipes-phosphor/interfaces
parent17d5d836d1b16727f8257d301471bb1db34b715b (diff)
downloadopenbmc-15c7c77bfeea5dda58ddb88e052c01ede980ff11.tar.xz
bmcweb: srcrev bump b5ca3fdcf1..994fd86a3f
Ed Tanous (4): Remove unused include Consistently name AsyncResp variables Break up router into separate files Fix hack on Set-Cookie Myung Bae (1): Fix Error log entries to Warning Change-Id: I0cbf6a44d80dc476786e4210a7184124b4f44571 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 a9fc5231ac..8dffc20c15 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 = "b5ca3fdcf15c029e36b05d619752711871bf0e8d"
+SRCREV = "994fd86a3f6649a820f66313765e85e762ad105a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"