phosphor-pid-control: srcrev bump e3eeef45a7..fe0b896bfe
Patrick Venture (1):
build: install into bin instead of sbin
Change-Id: I61aaccff55349e0b70202f84f220d9b65e011856
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/fans/phosphor-pid-control_git.bb b/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 83f5936..a06a585 100644
--- a/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/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}"