summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-07-23 23:41:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-24 06:02:36 +0300
commit631c917192d7bb85cf096161b1d1b601356e8bb9 (patch)
treec8c511d2136978082279d232a6174ec76abda882
parent9a630b1690df65c1ffa802c84df71d2c575cb258 (diff)
downloadopenbmc-631c917192d7bb85cf096161b1d1b601356e8bb9.tar.xz
phosphor-webui: srcrev bump 6f7ec80eb1..22d7822d5c
George Liu (1): Fix array index out of bounds exception (From meta-phosphor rev: 506fbe60949217344b8ac06932894f801dfdd2b9) Change-Id: I22e04baf15323bbb5c09e298fa31184d4fd64cba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
index 361383855..46593f5f9 100644
--- a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
+++ b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/openbmc/phosphor-webui.git"
-SRCREV = "6f7ec80eb14084228cd7d8dae580da4b794c2595"
+SRCREV = "22d7822d5c2e045613e95b8a29df9bc27812b287"
S = "${WORKDIR}/git"
DEPENDS_prepend = "nodejs-native "