summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/webui
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-08 00:50:31 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-02-09 05:04:07 +0300
commit04416d50bd6fd28d4aa9f6ee8837bbc88c3a8eaa (patch)
tree1b1a9e7bf9f6cf2b28c2e2a4529160c509aac3ef /meta-phosphor/recipes-phosphor/webui
parent1410ddcb5a504e99d0bcc8b0c3a14075d678fb10 (diff)
downloadopenbmc-04416d50bd6fd28d4aa9f6ee8837bbc88c3a8eaa.tar.xz
webui-vue: srcrev bump c72f1e3e1e..d6ca643951
Sivaprabu Ganesan (1): Enhanced User Management page error message kirankumarb07 (2): Fixed sensor mismatch issue with IPMI and redfish Add Kirankumar Ballapalli as a reviewer Change-Id: I4007bae3470a7067ee97022fd187983c0488a436 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/webui')
-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 5b94ba3650..6be190ac0d 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 = "c72f1e3e1e87a17faf649b6b4b8fbfd166a11b76"
+SRCREV = "d6ca6439518e044c1c30c020481743973ccafb0c"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.