summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-29 19:30:30 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-04-30 21:39:12 +0300
commit8305797aedf42b57ec5f226c3b5b3454a7cb5228 (patch)
treeba2ed083275498887a9be9ed41cee9057d0c8c7a
parentc0c958a253faaa138c4b3f7fe3d0818d027f00a9 (diff)
downloadopenbmc-8305797aedf42b57ec5f226c3b5b3454a7cb5228.tar.xz
webui-vue: srcrev bump 511650a902..01492c3dcb
Ed Tanous (1): Implement response caching Change-Id: I11fbfa7439b629bd34ac304a53ec95c688ba8987 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 ffc685c222..78226b675d 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 = "511650a90260e0922bfeb1091b4babc597d36af6"
+SRCREV = "01492c3dcbdba6b463ecef63f4c769520432d829"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.