summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-26 10:42:53 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-26 18:39:01 -0400
commit57d895579d0a7148301ec0b7e78abce6beb7f0f5 (patch)
tree84ff4aa08288df60490b76e71d337e648b140082 /meta-phosphor/recipes-phosphor/fans
parentb42916fe4cd32df4caa531e2833e4b0fcb498127 (diff)
downloadtalos-openbmc-57d895579d0a7148301ec0b7e78abce6beb7f0f5.tar.gz
talos-openbmc-57d895579d0a7148301ec0b7e78abce6beb7f0f5.zip
meta-phosphor: pid-control: fixup depends
Fixup depends, remove obsolete dependencies. Drop rdepends. Add missing dependency on phosphor-dbus-interfaces. (From meta-phosphor rev: 135828d436d5401220d0ade3d7d97f9b3acb7152) Change-Id: I241e38b6698937c97b33bcc8712016520ebb6969 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb3
1 files changed, 1 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 dfba0bb36..1f9c07335 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -23,6 +23,7 @@ SRCREV = "e3eeef45a722b57d4c3bb379df165e0bd14993bd"
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
+DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "libevdev"
DEPENDS += "nlohmann-json"
DEPENDS += "cli11"
@@ -30,8 +31,6 @@ DEPENDS += "cli11"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
-RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
-
FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor"
# The following installs the OEM IPMI handler for the fan controls.
OpenPOWER on IntegriCloud