summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-20 04:24:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-26 16:28:58 +0300
commitaa5d94588b0eac59bd7903297d255a67286ae3e2 (patch)
treea599fa6dcdcdbf3d04a51593bdfa35d9b49a8331
parent38afed811ef0e57ffbc7b5bf12499ffa174684f0 (diff)
downloadopenbmc-aa5d94588b0eac59bd7903297d255a67286ae3e2.tar.xz
phosphor-fan: Depend on sdeventplus
This will be needed for an upcoming change which causes phosphor-fan-presence to require sdeventplus. (From meta-phosphor rev: 581d3c2493b0aa94895ad7c74ce9994b09d52411) Change-Id: I8ec0a768b6d9a06710515b21c5c312a071bd1dd2 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index ec197f2fb..61158993e 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -18,6 +18,7 @@ DEPENDS += "python-pyyaml-native"
DEPENDS += "python-mako-native"
DEPENDS += "sdbusplus"
DEPENDS += "sdbusplus-native"
+DEPENDS += "sdeventplus"
DEPENDS += "phosphor-logging"
DEPENDS += "libevdev"