summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/webui
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-10 06:20:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-11 00:11:45 +0300
commit2721db0f5a2b30a163333237e35cdf0b91493502 (patch)
tree3f5ad828c2adc98c560f763c6c482f7f4af2171f /meta-phosphor/recipes-phosphor/webui
parent35f5d2fa2c655627811f113e8f99c87eb7ca443a (diff)
downloadopenbmc-2721db0f5a2b30a163333237e35cdf0b91493502.tar.xz
webui-vue: srcrev bump 80d697d8a6..e21b2fed5f
MichalX Szopinski (1): Handle API error messages on add/edit user kirankumarb07 (1): Filter the event log data by severity and status Change-Id: Ia3f081690d1aff25c9c576f05f3e1824a1fde086 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 3243cba758..d0ddfef4ed 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 = "80d697d8a6e9343aeba1a4955fdbbc4627bf2e9e"
+SRCREV = "e21b2fed5f0a5f3a2ad5d6017b859b1389557c9e"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.