summaryrefslogtreecommitdiff
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
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb2
2 files changed, 2 insertions, 2 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"
diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
index 6efd9cba91..1edd7c54f0 100644
--- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
+++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
@@ -9,7 +9,7 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS:prepend = "nodejs-native "
-SRCREV = "7c1cfe7e25957fc915fc9790bdf78887295b1fee"
+SRCREV = "ebef6eeea82b00e281c14bf1e54b984197b2d399"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.