summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-11 00:20:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-12 01:29:48 +0300
commitc7f0ccdb409fa567904d3480dfa8511be7774d27 (patch)
tree5347a7e76ea139900115f4c46ad8b2f0c0f0965f /meta-phosphor/recipes-phosphor/interfaces
parent41907c64dc7eb8c7a332f981c95440ab6425e1ce (diff)
downloadopenbmc-c7f0ccdb409fa567904d3480dfa8511be7774d27.tar.xz
bmcweb: srcrev bump 6fd295531d..480662d437
Myung Bae (1): Fix update_schemas.py to add Oem JsonSchemas Change-Id: Ibc2f199d46f388114a07b9a7fcc105926b13380d 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 154052744f..fefacc3883 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 = "6fd295531d34a3f1df887200ad904321b6020ddd"
+SRCREV = "480662d437e238048a56efea591dbfbae9d5d065"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"