diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-04-11 21:51:26 -0400 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-04-12 21:30:19 +0000 |
commit | a072ab25df092f7a1328b99f012916e89b604a14 (patch) | |
tree | fde24bdce05046b8e539c3145c469fcec4c89660 /meta-phosphor | |
parent | 5e01ce401ad5b2e775a62e745223a32874f89bf9 (diff) | |
download | talos-openbmc-a072ab25df092f7a1328b99f012916e89b604a14.tar.gz talos-openbmc-a072ab25df092f7a1328b99f012916e89b604a14.zip |
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 <bradleyb@fuzziesquirrel.com>
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" |