summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-15 02:10:27 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-15 02:10:27 +0300
commit0c10a470687c2c9d03f123035e842982bb82cdb0 (patch)
tree5b15336b26463f3b3e79565d39c061bc83317939
parent7509653cd17a8e4ac25c3f43a024be28fedb4cc8 (diff)
downloadopenbmc-0c10a470687c2c9d03f123035e842982bb82cdb0.tar.xz
bmcweb: srcrev bump 63509dd54c..9e9d99dadc
Ravi Teja (1): Fix Dump and EventLog URI Change-Id: Ia1d1c3cb6231a5ad97e15d76b1ff24b1b6f7f422 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 57d6c4ff58..c33a09183f 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 = "63509dd54c3290750961899125d588ea5f339023"
+SRCREV = "9e9d99dadc7fa1933b2dfbc66d34b72091674d60"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"