summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-26 09:30:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-27 00:04:34 +0300
commit0bcd221b7ef2de05664e414b7271dfdfecf18fd1 (patch)
tree6a5b54d2b417de7cf0de6f445f2e41dbafc67f64
parent8dfdc00719437662d32137c71d3cc0bdac5e4a4d (diff)
downloadopenbmc-0bcd221b7ef2de05664e414b7271dfdfecf18fd1.tar.xz
bmcweb: srcrev bump 6b54e4e086..9f217c26f5
Ed Tanous (1): Make cookie auth check all headers Manojkiran Eda (1): Remove setup.cfg file from the repository Ravi Teja (1): AccountService: Add HTTPBasicAuth support Change-Id: Id67491a7a3989014aa74ba0ec141c38e07574b4e 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 4417d4a42d..9d96884c24 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 = "6b54e4e08678c0e32ed02adc87237f6ffa936691"
+SRCREV = "9f217c26f58c0a99c18e7cac7b095dcf6068562d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"