summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-02-01 06:00:37 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-02-02 01:12:00 +0300
commit4e173122e8b7d618966e347919838e76def846b6 (patch)
treedaa89859cce6ce77042258ba92b3e3fc42a7beea
parentecd159b2a6553fb65e183d0c56af4594e5dbc3f2 (diff)
downloadopenbmc-4e173122e8b7d618966e347919838e76def846b6.tar.xz
webui-vue: srcrev bump 83ca596d2f..c72f1e3e1e
Sivaprabu Ganesan (1): Added encodeURIComponent to CSR certificate Change-Id: I7c4fe3bcadd43d3cf04c5e3227f80d8d1c01a665 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 b1a08c2f57..5b94ba3650 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 = "83ca596d2f131869ba919ce802da553d4ab1ccf8"
+SRCREV = "c72f1e3e1e87a17faf649b6b4b8fbfd166a11b76"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.