summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-20 04:23:42 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-26 16:28:58 +0300
commit38afed811ef0e57ffbc7b5bf12499ffa174684f0 (patch)
tree1479e44cb339a2df1d8a37cd4381747637d8416a /meta-phosphor/recipes-phosphor/fans
parent0596eacc9043ccba0089d612e6da6afcc9715c43 (diff)
downloadopenbmc-38afed811ef0e57ffbc7b5bf12499ffa174684f0.tar.xz
phosphor-fan: Remove unneeded RDEPENDS
These should be added as needed implicitly by the bitbake build process detecting libraries in use by the binaries here. (From meta-phosphor rev: ca8641ced139d28195bcf0d92ecf45fc98388ba1) Change-Id: I496d60285bf225e6e068f9b369900447c1733e01 Signed-off-by: William A. Kennington III <wak@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-fan_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index f9bb489b0..ec197f2fb 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -42,7 +42,6 @@ PACKAGECONFIG[presence] = " \
virtual/phosphor-fan-presence-config \
, \
"
-RDEPENDS_${PN}-presence-tach += "sdbusplus"
# Needed to install into the obmc-chassis-poweron target
TMPL_TACH = "phosphor-fan-presence-tach@.service"
@@ -70,8 +69,6 @@ PACKAGECONFIG[control] = "--enable-control \
, \
"
-RDEPENDS_${PN}-control += "sdbusplus"
-
FAN_CONTROL_TGT = "obmc-fan-control-ready@{0}.target"
TMPL_CONTROL = "phosphor-fan-control@.service"
@@ -97,8 +94,6 @@ PACKAGECONFIG[monitor] = "--enable-monitor \
, \
"
-RDEPENDS_${PN}-monitor += "sdbusplus"
-
TMPL_MONITOR = "phosphor-fan-monitor@.service"
INSTFMT_MONITOR = "phosphor-fan-monitor@{0}.service"
FMT_MONITOR = "../${TMPL_MONITOR}:${FAN_CONTROL_TGT}.requires/${INSTFMT_MONITOR}"