phosphor-pid-control: srcrev bump 5782ab8136..ce6a3f36ce

James Feist (1):
      Remove threads

Also add boost depends, as asio is now being used.

(From meta-phosphor rev: 7c617d052bcff00996eba227c2af230ea498f63b)

Change-Id: I23f090e9f010856441f56fa21604ae250a71ba3a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: James Feist <james.feist@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 8e2630a..12aacdf 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -13,7 +13,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-pid-control"
-SRCREV = "5782ab81367e22e87d719c9fef6e85ecdc6cf95e"
+SRCREV = "ce6a3f36cedc2f822fb446bc5094eaeab47eb4af"
 
 # Each platform will need a service file that starts
 # at an appropriate time per system.  For instance, if
@@ -28,6 +28,7 @@
 DEPENDS += "libevdev"
 DEPENDS += "nlohmann-json"
 DEPENDS += "cli11"
+DEPENDS += "boost"
 
 # We depend on this to be built first so we can build our providers.
 DEPENDS += "phosphor-ipmi-host"