summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-08 22:30:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-09 20:43:21 +0300
commit9db71dc62e043751367939548696745a82830f87 (patch)
tree483941cb9b13a0d8453a2f6ea0b0da6fc344c4b5
parent2dac15fd8c2ea222cb132cd23cdd2ba27d1955bb (diff)
downloadopenbmc-9db71dc62e043751367939548696745a82830f87.tar.xz
webui-vue: srcrev bump 01492c3dcb..dfba4e542e
Paul Fertser (1): Allow to log in when using remote authentication Vedangi Mittal (1): Removed Challenge password option from Generate CSR panel Change-Id: Ic9d5138a1e2c7be2333733c176e364afd01691e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
index 78226b675d..64a1ea4a16 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 = "01492c3dcbdba6b463ecef63f4c769520432d829"
+SRCREV = "dfba4e542e816712d3857e32aa52e9a930c9e889"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.