summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-02-01 02:10:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-02-06 15:58:01 +0300
commit00e28f5b56c9775e69c6bac0c2e1457235839050 (patch)
tree8be6423b5b1dd5a7dee4ee2da78f90fd968c6faa /meta-phosphor/recipes-phosphor/interfaces
parent981d0b8fefb54eaccd6e2fbf118419108438055d (diff)
downloadopenbmc-00e28f5b56c9775e69c6bac0c2e1457235839050.tar.xz
bmcweb: srcrev bump 4c8c12d2a6..2ae81db99a
Gunnar Mills (1): Bump Redfish schemas to 2023.3 Change-Id: I86ccb05f87ec11ae07a6d833ed236357a40cfb37 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 53ef0be750..28cd4f2208 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 = "4c8c12d2a699641ec24a2605583686a03a8484cb"
+SRCREV = "2ae81db99a155febe45d27e3834cfa5471b3ecdf"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"