diff options
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb index c3cd4e2be..62b680a45 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb @@ -17,7 +17,6 @@ DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" DEPENDS += "virtual/phosphor-fan-presence-config" DEPENDS += "libevdev" -RDEPENDS_${PN} += "sdbusplus" FAN_PRESENCE_PACKAGES = " \ ${PN}-tach \ @@ -27,6 +26,8 @@ PACKAGES += "${FAN_PRESENCE_PACKAGES}" SYSTEMD_PACKAGES = "${FAN_PRESENCE_PACKAGES}" RDEPENDS_${PN}-dev = "${FAN_PRESENCE_PACKAGES}" +RDEPENDS_${PN}-tach += "sdbusplus" + # Needed to install into the obmc-chassis-start target TMPL = "phosphor-fan-presence-tach@.service" INSTFMT = "phosphor-fan-presence-tach@{0}.service" |