summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-26 08:10:30 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-27 00:04:55 +0300
commit373d0b91238fd356f1df7d94be5bdce41bd86749 (patch)
treecdd818b77a37ca19dae847bbc42707ed31dc6f1f
parent0bcd221b7ef2de05664e414b7271dfdfecf18fd1 (diff)
downloadopenbmc-373d0b91238fd356f1df7d94be5bdce41bd86749.tar.xz
webui-vue: srcrev bump 51abe87fee..511650a902
Ed Tanous (2): Limit to one chunk Allow the favicon to be cached Paul Fertser (1): Deduplicate and simplify RoleId handling Change-Id: I0e90cad0afd4932b28b1269d02ee8252f8408203 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 a145986db7..ffc685c222 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 = "51abe87feea7261ec6f7589d8214af3d8019e71e"
+SRCREV = "511650a90260e0922bfeb1091b4babc597d36af6"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.