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>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 598ef40..d13cba2 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@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 6efd9cb..1edd7c5 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.