summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-15 08:50:41 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-02-17 21:53:07 +0300
commite6f9056548fa082778270d0f40ca644b8e81b7e0 (patch)
treeb21fcfcd18e0787dfe8626b9c5650628e8099768
parent0e05932e06e159536828c86472014386a42b8765 (diff)
downloadopenbmc-e6f9056548fa082778270d0f40ca644b8e81b7e0.tar.xz
webui-vue: srcrev bump da53c06768..e8cb2c6a81
Damian Celico (1): Added popup window with error message Glukhov Mikhail (1): Reducing values to a common format Nikhil Ashoka (1): Added DHCP enable/disable feature kirankumarb07 (2): Page heading do not translated on language change Add translation for a few missing UI elements Change-Id: I5079c0c0f0948b95e8b221676c5573b80d8e9758 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 c1d58342b3..f46f17be6b 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 = "da53c0676831e845ae22d3c9147df32f2cbb9fc7"
+SRCREV = "e8cb2c6a81e8abb75cb63c10c29008d868e7fef2"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.