summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"