summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-20 02:00:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-20 23:43:02 +0300
commit335555d90c55f7afc09014cf7f5ff5de39bf605c (patch)
tree90b36c958aaa88edabd1995754e80f27803ba735 /meta-phosphor/recipes-phosphor
parenta8c3ca7abe9ee6054a14831f613422af44082a3e (diff)
downloadopenbmc-335555d90c55f7afc09014cf7f5ff5de39bf605c.tar.xz
bmcweb: srcrev bump 9d192c74ab..72e2137737
Matt Spinler (1): log_services: Fix isContentTypeAllowed checks Change-Id: Ice3d95ba7615e0884bfd83834464479756826cfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-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 f5e7a54cbc..897bf27542 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 = "9d192c74ab336adb662312e955ad292e5e48b44e"
+SRCREV = "72e21377372245b076c151f62a141153ab318bdd"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"