diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-12-04 18:30:25 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-12-05 05:15:00 -0500 |
commit | 8c6c78f71616639de9a6b6cb673bb1e09fd7d193 (patch) | |
tree | 13651b7ebf2f5fa4d4841b45426bf51d2408b075 /meta-phosphor/recipes-phosphor | |
parent | 8f44b5de200bdaa6787e808a4492c62210615357 (diff) | |
download | talos-openbmc-8c6c78f71616639de9a6b6cb673bb1e09fd7d193.tar.gz talos-openbmc-8c6c78f71616639de9a6b6cb673bb1e09fd7d193.zip |
bmcweb: srcrev bump 79ba46fdca..99ad599508
Ed Tanous (2):
Fix missing Managers route on serviceRoot
bmcweb: Move some functions to utilities
Joseph Reynolds (1):
Update Content-Security-Policy
(From meta-phosphor rev: acf0c6025ba836af3166748de7b4dbaf44b27310)
Change-Id: Id5bc85b5328b55f6bc4cd496aabe093d8a4f5368
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r-- | meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 36de96eb3..d63c40e64 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "79ba46fdca7880d31e009e6072402a9061529da0" +SRCREV = "99ad5995089bace233dac20de28ef021591d89c1" S = "${WORKDIR}/git" |