diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-05-24 00:55:06 -0500 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-05-24 12:16:15 +0000 |
commit | 7796839ea574308ef494aa5df46d5ab88fc16c6c (patch) | |
tree | 1e9cae823efe1e3a59fa31547f7db5d29e3ea48d /meta-phosphor/common/recipes-phosphor/logging/ffdc.bb | |
parent | fa711abe23144ddd09afd6f2ff2dcbbe8ab14790 (diff) | |
download | talos-openbmc-7796839ea574308ef494aa5df46d5ab88fc16c6c.tar.gz talos-openbmc-7796839ea574308ef494aa5df46d5ab88fc16c6c.zip |
ffdc.bb: bump version
Change-Id: I27c400013fb22fa76c05f3671c5b3874205ae2fd
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/logging/ffdc.bb')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/logging/ffdc.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/ffdc.bb b/meta-phosphor/common/recipes-phosphor/logging/ffdc.bb index 0102d29cd..37c932e03 100644 --- a/meta-phosphor/common/recipes-phosphor/logging/ffdc.bb +++ b/meta-phosphor/common/recipes-phosphor/logging/ffdc.bb @@ -13,7 +13,7 @@ RDEPENDS_${PN} += " \ S = "${WORKDIR}/git" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "af487621c8401a34ee863528ba9659842f7d3dd0" +SRCREV = "c1743fa4f561c97e1f67417486b62bdd8e54bb7d" do_install() { install -d ${D}${bindir} |