summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-29 16:10:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-30 04:03:44 +0300
commitfdcbef081a6905c818e8fb22f189ef9604aa9bb4 (patch)
tree3292eac1af6b7d824f75b204e4782cde0a1442c2 /meta-phosphor/recipes-phosphor/interfaces
parentfbef89a589834270c7bf06fd7e953c3764c049c5 (diff)
downloadopenbmc-fdcbef081a6905c818e8fb22f189ef9604aa9bb4.tar.xz
bmcweb / webui-vue bump for login switch
bmcweb: srcrev bump 8e73b9064f..0a4776cf59 Ed Tanous (1): Remove phosphor-rest workarounds webui-vue: srcrev bump 7c1cfe7e25..ebef6eeea8 Ed Tanous (1): Remove phosphor-rest style login Change-Id: I0fc189c3e3e737249080865702062dbf59d2f5b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Gunnar Mills <gmills@us.ibm.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 598ef400b2..d13cba2f08 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 = "8e73b9064fdd414b9a71806a44f0e0f176b5a88d"
+SRCREV = "0a4776cf59f26dce6eadfbfc792b70fcc907621b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"