summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-22 21:10:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-22 23:01:19 +0300
commit897f40e2c80b4bd5754ae9be13ae2c6f3b98ef11 (patch)
tree054504b2ca63825900ea1b2390e52aebdf720b2e
parent9ebf47f163713156639fb96c40976a8b3b5c62c3 (diff)
downloadopenbmc-897f40e2c80b4bd5754ae9be13ae2c6f3b98ef11.tar.xz
bmcweb: srcrev bump 3e72c2027a..f263e09c81
Ed Tanous (1): Update schema packs to 2023.1 Change-Id: I63d12b9e42add79fadf04eea344f5ad7660db16f 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 7e05663226..07c7b921d8 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 = "3e72c2027aa4e64b9892ab0d3970358ba446f1fa"
+SRCREV = "f263e09c81b798bcf123df8fb144499389e9cbd1"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"