From a072ab25df092f7a1328b99f012916e89b604a14 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 11 Apr 2017 21:51:26 -0400 Subject: fans: Add sdbusplus as a runtime dependency This was mistakenly removed when the phosphor-fan-presence recipe was udpated to provide more than the default $PN package. Add sdbusplus back as an rdepends for ${PN}-tach. Change-Id: I8f6b1d588d3be12e9e2c7f9f2ad27cc913e52f7b Signed-off-by: Brad Bishop --- meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/common/recipes-phosphor/fans') 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" -- cgit v1.2.1