summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-05 07:30:25 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-03-05 15:31:43 +0300
commit1773465920811a961ebf0e65480c7ea502b52f27 (patch)
tree309c28e79d1de25d9f13d65b32858549b2dc4d1f
parent7353faa7bc4f767f462dd1a4187662d6dbb48c66 (diff)
downloadopenbmc-1773465920811a961ebf0e65480c7ea502b52f27.tar.xz
webui-vue: srcrev bump 84b4f0b96a..0b4c447d2c
Ed Tanous (6): Add empty authentication module Move ci from format-code to run-ci Fix useless class in Sessions Upgrade eslint Reformat files with new linter Rebuild package-lock.json Konstantin Aladyshev (1): Correct AppNavigation snapshot to pass unit tests Change-Id: I3f41887140959cbc7cfd7a5ba2bad6c5c4556885 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 3b1440e75a..80d4d37c4a 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 = "84b4f0b96a18f732ec583e7521e8d6e22d844616"
+SRCREV = "0b4c447d2c113179b99dc9fd29aed8dc4ac06498"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.