diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-09-09 23:11:00 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-09-10 13:57:31 +0300 |
commit | ea52c6b623935aab36bcc5fb59638541c314defc (patch) | |
tree | 0b5ca52491c0d274b5665f65b3b982d842f64c62 | |
parent | 43e6a48a7b770cc420e1afcc9806ee16f937ada1 (diff) | |
download | openbmc-ea52c6b623935aab36bcc5fb59638541c314defc.tar.xz |
phosphor-pid-control: srcrev bump 35906cc3d0..86a1820b6d
Patrick Venture (1):
build: drop flto option to workaround gcc issue
(From meta-phosphor rev: ba09914d641f3f740bc5c79f1469cd4bf190fea4)
Change-Id: I9e1ec3d4d30b5f96c4b24f38a55e8ca916cecae6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb index a74fe9345..251b947ce 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb @@ -14,7 +14,7 @@ inherit systemd S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-pid-control" -SRCREV = "35906cc3d099d1452a49d6bf0cca677a121906a6" +SRCREV = "86a1820b6d0e8521a155102b61bfd7a7983d6538" # Each platform will need a service file that starts # at an appropriate time per system. For instance, if |