summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-04-20 23:20:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-20 23:50:38 +0300
commit57ffec27b48d8bba0255f8d34eb15d21847458ed (patch)
treeb9235ef9c49137dd1491f4e88e97d6e6418c5bc6
parente1453ba6aaec7ccf658667a2d6250a3c452e950b (diff)
downloadopenbmc-57ffec27b48d8bba0255f8d34eb15d21847458ed.tar.xz
webui-vue: srcrev bump 6b424f9980..6c5418f599
MichalX Szopinski (1): Remove hardcoded chassis from Fan store Change-Id: I7838c431638aa2796b06a045ca4866473bd919d1 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 cbf46e419e..fe570ee161 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 = "6b424f998068f2336d0f2c0d8b806124554855e8"
+SRCREV = "6c5418f599c6cd87941331a970c03f68eec66c39"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.