summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-14 19:54:18 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-18 04:24:50 +0300
commitf67ce691779ea42c73ec72b6ec0cce1a3af87fba (patch)
tree7a00d0b6293f2c2655e055205aab146653e60b41
parent83d610a3ee38ab9c7979b04cfd649b8cba632c09 (diff)
downloadopenbmc-f67ce691779ea42c73ec72b6ec0cce1a3af87fba.tar.xz
phosphor-hwmon: add gpioplus dependency
Phosphor-hwmon will introduce the ability to configure via GPIO and leverage the gpioplus library to handle this. (From meta-phosphor rev: 03c539189f57ac860c662886f14d0b5d1726260c) Change-Id: If0831c9dfa587ad2445fbfdaa04717db888aaa64 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon.bb
index e5e46f951..6cb09bc6f 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon.bb
@@ -18,6 +18,7 @@ DEPENDS += " \
sdbusplus \
phosphor-dbus-interfaces \
phosphor-logging \
+ gpioplus \
"
@@ -25,6 +26,7 @@ RDEPENDS_${PN} += "\
sdbusplus \
phosphor-dbus-interfaces \
phosphor-logging \
+ gpioplus \
bash \
"