diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-08-14 17:35:04 -0500 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-08-14 17:35:04 -0500 |
commit | 97f0913ff438b4fcd9604b9fa7e4a1f41c52c774 (patch) | |
tree | 2435c9dd84089d17352a2234d3b5d31f7069a413 | |
parent | 17067323aed053dfcc7bcb5775553c29330b71ae (diff) | |
download | talos-openbmc-97f0913ff438b4fcd9604b9fa7e4a1f41c52c774.tar.gz talos-openbmc-97f0913ff438b4fcd9604b9fa7e4a1f41c52c774.zip |
bmcweb.bb: bump version
Change-Id: Icb33325493b1bd3dd4f4faf4313cc6918afeceff
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb index c8eaebec7..f39e01ae1 100644 --- a/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb +++ b/meta-phosphor/common/recipes-phosphor/interfaces/bmcweb.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "b9845d9e0155564a7b1f4a52df2c0d99dbd0d4ec" +SRCREV = "d529ee2e2f3ed0e28b95c4b38458bb9828d56994" S = "${WORKDIR}/git" |