diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2018-05-30 12:20:06 -0500 |
---|---|---|
committer | Andrew Geissler <geissonator@yahoo.com> | 2018-05-30 20:09:32 +0000 |
commit | 743219b3599f9192470423aa2fcb29cd5b81e12b (patch) | |
tree | fa59531d6247f9b8f4a6a63f3dc99d633bd6ced6 /meta-phosphor/common/recipes-phosphor/logging/ffdc.bb | |
parent | 3999da064db0b0be5c62ab8bfa644bcad92399cd (diff) | |
download | talos-openbmc-743219b3599f9192470423aa2fcb29cd5b81e12b.tar.gz talos-openbmc-743219b3599f9192470423aa2fcb29cd5b81e12b.zip |
ffdc.bb: bump version
Change-Id: I532d7f1af5ed7863b05a76b858f31737b7b54bb3
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 37c932e03..701b031bf 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 = "c1743fa4f561c97e1f67417486b62bdd8e54bb7d" +SRCREV = "15cd3ce7045fb4da18c0b9dc89772d9807490a54" do_install() { install -d ${D}${bindir} |