summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/fans
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-04-03 10:44:23 -0400
committerPatrick Williams <patrick@stwcx.xyz>2017-04-04 03:39:46 +0000
commita0fc7eaf07f8c49efc483b90b8dfb42d462c4c4d (patch)
tree9e71014c77608f30377ce38d78e9c67558701030 /meta-phosphor/common/recipes-phosphor/fans
parent36e80541637f4d460483b265d1c74991e3f59693 (diff)
downloadtalos-openbmc-a0fc7eaf07f8c49efc483b90b8dfb42d462c4c4d.tar.gz
talos-openbmc-a0fc7eaf07f8c49efc483b90b8dfb42d462c4c4d.zip
Fans: Add libevdev to image
Add a dependency on libevdev in support of development of the phosphor-cooling-type application, which will use libevdev + gpio_keys. Change-Id: I436f9329dd64935b88b9f75375065eed618c45dd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb1
1 files changed, 1 insertions, 0 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 2d5b5b870..c3cd4e2be 100644
--- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb
+++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb
@@ -16,6 +16,7 @@ DEPENDS += "python-mako-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "virtual/phosphor-fan-presence-config"
+DEPENDS += "libevdev"
RDEPENDS_${PN} += "sdbusplus"
FAN_PRESENCE_PACKAGES = " \
OpenPOWER on IntegriCloud