phosphor-pid-control: srcrev bump e3eeef45a7..fe0b896bfe

Patrick Venture (1):
      build: install into bin instead of sbin

(From meta-phosphor rev: f0bbd183b9296fefae5b9bd6bd50dd35fc1708cb)

Change-Id: I92cce6ffc4dd70aa9a3279bf625272a92723df02
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.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 83f5936..a06a585 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 = "e3eeef45a722b57d4c3bb379df165e0bd14993bd"
+SRCREV = "fe0b896bfe16c4d40943fd0193c325ae6b344cf9"
 
 # Each platform will need a service file that starts
 # at an appropriate time per system.  For instance, if
@@ -32,7 +32,7 @@
 # We depend on this to be built first so we can build our providers.
 DEPENDS += "phosphor-ipmi-host"
 
-FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
+FILES_${PN} = "${bindir}/swampd ${bindir}/setsensor"
 
 # The following installs the OEM IPMI handler for the fan controls.
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"