commit | 8711f98bdb372acbf85e7bec383ea6fbfcbafacc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Oct 29 16:32:26 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 30 01:44:44 2018 +0000 |
tree | e916fd7f33a3ed30cc7dc318d96d583817440c68 | |
parent | 385c63fee1d7ac4f34165de7095f2e76b10f1328 [diff] |
phosphor-fan-presence: Depend on gpioplus An upcoming change will require that gpioplus is available for building. Change-Id: I1d0557062cb378c99c6d8f377f3393544615d359 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-phosphor/fans/phosphor-fan_git.bb b/recipes-phosphor/fans/phosphor-fan_git.bb index 6115899..219d6ff 100644 --- a/recipes-phosphor/fans/phosphor-fan_git.bb +++ b/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -19,6 +19,7 @@ DEPENDS += "sdbusplus" DEPENDS += "sdbusplus-native" DEPENDS += "sdeventplus" +DEPENDS += "gpioplus" DEPENDS += "phosphor-logging" DEPENDS += "libevdev"