summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-27 10:30:37 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-28 23:09:40 +0300
commit44d20641945ed0c8535a8038000a35f8a38ca2df (patch)
tree6de3677d2f9e4e0a8720ae15b66afa22d3b359f0
parent47db9ef7be96ce137138574802a0df8853c0a9b0 (diff)
downloadopenbmc-44d20641945ed0c8535a8038000a35f8a38ca2df.tar.xz
webui-vue: srcrev bump 6a3b7b5d65..37b22a1331
Nikhil Ashoka (1): WebSocket tries to connect with 'console/default' instead of 'console0' Change-Id: I1cd42a7677414e2412b72ab93da1a038405a1679 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 08b2b8fec3..ad8eb5e3c8 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 = "6a3b7b5d65375b8039d42923e5fce99f66c62d87"
+SRCREV = "37b22a13319f467e494dcb201570cdde840f8412"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.