summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-12-23 06:51:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-24 16:42:26 +0300
commitc6fad74c88fd5b14320347cc8b4ca647e6fd5a3e (patch)
tree60b7ab90decdccdb1fc07cb0a3c84e8b1a43434d
parentc8d90aa929a4705a03d578aca6e1672c02c8b999 (diff)
downloadopenbmc-c6fad74c88fd5b14320347cc8b4ca647e6fd5a3e.tar.xz
webui-vue: srcrev bump 799bcd3fb4..00cb42b615
Kenneth (1): Fixed empty string in NTP server array Kenneth Fullbright (1): Fixed routerKey prop eslint warning Change-Id: I7efcb431be084a0c6eecbf6dca782d6edfc93876 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 70282c2c5..e02fa773c 100644
--- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
+++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/openbmc/webui-vue.git"
-SRCREV = "799bcd3fb476c7a0c38a4779aa91f59a7c931c6a"
+SRCREV = "00cb42b615602bb6563ff02f91158eb2e3b603fc"
S = "${WORKDIR}/git"
DEPENDS:prepend = "nodejs-native nlf-native "