summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-20 22:40:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-21 17:23:33 +0300
commit5b0f37cb225392ceb4e0baccb576450b1087b10f (patch)
treeb4c78fc7e9826d17e55e2dc625500ead483d01f7
parent96d1a61aec64583db19898ad611f007808ebf01c (diff)
downloadopenbmc-5b0f37cb225392ceb4e0baccb576450b1087b10f.tar.xz
bmcweb: srcrev bump c8491cb0b4..fe907df460
Boleslaw Ogonczyk Makowski (1): Fix mounting in proxy mode in virtual media Ed Tanous (2): Check size Remove options from configure file Ravi Teja (1): Remove sessions on user password update Change-Id: I782c2612fc262f5f7a428cf7b2d78a911fdd3692 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 2cea421f9b..d31e00e97a 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 = "c8491cb0b416637f1c1119c3f0d95500a4bd9c29"
+SRCREV = "fe907df460896297eb8b1fde00a18dd7cccab109"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"