summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-05-31 00:40:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-05-31 05:23:32 +0300
commit584041cd220f492d923bf98a0aa77dd6d39f4fbd (patch)
tree3c7d6446500a0d87ba7e4199b127c77019eefbc7 /meta-phosphor/recipes-phosphor/interfaces
parentcacf7a3b2d9cc341880f36f41d696909cf990723 (diff)
downloadopenbmc-584041cd220f492d923bf98a0aa77dd6d39f4fbd.tar.xz
bmcweb: srcrev bump 86a5ac983f..f8ca6d7939
Ed Tanous (1): Allow async resolver to be optional Change-Id: Ib3a89c41bea872f1657a5496ff794e7b5d4a78ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 b669316d32..657f4b6cf0 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 = "86a5ac983f9715f7b1a0f8dee355906ac648e1d3"
+SRCREV = "f8ca6d79390b7f7fac5dbb82635dd6384810c668"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"