summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-09-21 19:00:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-09-22 05:50:21 +0300
commit1f2b03819767d0286e7c771bbfc82629bbe8bd22 (patch)
tree4cf92a2d555fc8ca62d28dae75a767728140c283 /meta-phosphor/recipes-phosphor/interfaces
parent9f0b0adcf1e79e676df0f879c5be4a7a1cb6cfa7 (diff)
downloadopenbmc-1f2b03819767d0286e7c771bbfc82629bbe8bd22.tar.xz
bmcweb: srcrev bump e1bf8bb6a8..818db200c0
Ed Tanous (2): Generate OpenBMC registry Fix unessesary URL read Change-Id: Ic51e41cd6ea333d386a159372d49a9f9aaa754eb 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 30c1918247..428e4c6bbd 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 = "e1bf8bb6a843a2a53d74d74f410b5fe053c2d222"
+SRCREV = "818db200c0e651896d5dddd081d56b180a4b9314"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"