From 57d895579d0a7148301ec0b7e78abce6beb7f0f5 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 26 Mar 2019 10:42:53 -0700 Subject: meta-phosphor: pid-control: fixup depends Fixup depends, remove obsolete dependencies. Drop rdepends. Add missing dependency on phosphor-dbus-interfaces. (From meta-phosphor rev: 135828d436d5401220d0ade3d7d97f9b3acb7152) Change-Id: I241e38b6698937c97b33bcc8712016520ebb6969 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb index dfba0bb36..1f9c07335 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb @@ -23,6 +23,7 @@ SRCREV = "e3eeef45a722b57d4c3bb379df165e0bd14993bd" DEPENDS += "autoconf-archive-native" DEPENDS += "sdbusplus" DEPENDS += "phosphor-logging" +DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "libevdev" DEPENDS += "nlohmann-json" DEPENDS += "cli11" @@ -30,8 +31,6 @@ DEPENDS += "cli11" # We depend on this to be built first so we can build our providers. DEPENDS += "phosphor-ipmi-host" -RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces" - FILES_${PN} = "${sbindir}/swampd ${sbindir}/setsensor" # The following installs the OEM IPMI handler for the fan controls. -- cgit v1.2.3