summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-24 21:20:38 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-25 00:37:57 +0300
commitdf5363cd285c7a6f08e3945af0ce8ea4a33a3139 (patch)
treebd0962c88ac4f8d9d6cba6ef73f8e73b882fda60 /meta-phosphor/recipes-phosphor/interfaces
parent6efad178f0c42ec70415ec1f9725b68c69e0aebc (diff)
downloadopenbmc-df5363cd285c7a6f08e3945af0ce8ea4a33a3139.tar.xz
bmcweb: srcrev bump 480662d437..db7b3876bc
Carson Labrado (2): Fix local compile LogService: Retrieve dump generated by Manager Ed Tanous (3): Remove extra variables in websockets Update schemas to 2023.2 Fix boost build locally Patrick Williams (4): multipart-parser: use emplace_back clang-format: copy latest and re-format utils: date: fix clang warning multipart-parser: eliminate temporary to emplace_back Change-Id: I6a7c5d6f74c149bab290d6212c2f5b287d648036 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 fefacc3883..649950f65a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "480662d437e238048a56efea591dbfbae9d5d065"
+SRCREV = "db7b3876bc537dc927f162952e060d91ed1e3f7b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"