diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-02-07 15:10:14 +0000 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-02-07 15:10:14 +0000 |
commit | a9eabd0c0c7f66a611894e7807b7e41ddd0d6e35 (patch) | |
tree | 903297ee9972fd11fac9fe1dcabefd02f802a74a /meta-phosphor | |
parent | bfca3f870a48319ff4ba284bb663133e4b1bbf15 (diff) | |
download | talos-openbmc-a9eabd0c0c7f66a611894e7807b7e41ddd0d6e35.tar.gz talos-openbmc-a9eabd0c0c7f66a611894e7807b7e41ddd0d6e35.zip |
phosphor-webui.bb: bump version
Change-Id: I8c7902a8c9d455ae6fa77a36bbdae1e74edb8dcf
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/webui/phosphor-webui.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/webui/phosphor-webui.bb b/meta-phosphor/common/recipes-phosphor/webui/phosphor-webui.bb index 26322bfa1..bd0132680 100644 --- a/meta-phosphor/common/recipes-phosphor/webui/phosphor-webui.bb +++ b/meta-phosphor/common/recipes-phosphor/webui/phosphor-webui.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" SRC_URI = "git://github.com/openbmc/phosphor-webui.git" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -SRCREV = "8126bcb1b9c9a9176eb73373ac25f75864cc0bbd" +SRCREV = "8beb651d8b74beb05956435210cc9421e0119a3f" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " |