From 0050684f346b4ec37d675e87066d10f8b87b4404 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 29 Mar 2019 16:11:53 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 83f593635..a06a58567 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 @@ inherit obmc-phosphor-ipmiprovider-symlink 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 @@ DEPENDS += "cli11" # 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}" -- cgit v1.2.1