summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-09 18:42:01 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-09 23:52:09 +0300
commit18a7d207c512d52a1215a1ef43b941053adc4048 (patch)
tree7990da489618eb6dc804cbf91ca0b1e1eb05b5a7
parent4de51f04496853129618d0dca800d460a5029428 (diff)
downloadopenbmc-18a7d207c512d52a1215a1ef43b941053adc4048.tar.xz
meta-phosphor: pid-control: drop duplicate depend
Drop the duplicate dependency on phosphor-dbus-interfaces from the phosphor-pid-control recipe. (From meta-phosphor rev: 2043a7965609b50e2b3dc814404a919788986bd6) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8ccffb817bf992661798f0f020b364a55f28f529 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb1
1 files changed, 0 insertions, 1 deletions
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 ba521531b..676b217a3 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -24,7 +24,6 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "phosphor-logging"
-DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "libevdev"
DEPENDS += "nlohmann-json"
DEPENDS += "cli11"