summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/fans
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-12 08:59:31 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-02-13 17:04:16 -0500
commit4686bb5598712b6c7f5541c9ac5e7ac75c8e07df (patch)
tree89e48aad486403a0fe4394e32e1c628d07718505 /meta-phosphor/recipes-phosphor/fans
parentc95dcd8dc916266bd231a28fcdc93f77bd0ea4c7 (diff)
downloadtalos-openbmc-4686bb5598712b6c7f5541c9ac5e7ac75c8e07df.tar.gz
talos-openbmc-4686bb5598712b6c7f5541c9ac5e7ac75c8e07df.zip
meta-phosphor: pid-control: use json instead of libconfig
The requirement for libconfig has been removed. Add new dependency on json. (From meta-phosphor rev: 9b40f49d7373c596758bf3a2a9c6988838f5fc87) Change-Id: I09a996c5aea2a3f42d2d6770ff49c9619ea118f2 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb2
1 files changed, 1 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 30a6a064e..599ee763c 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -27,7 +27,7 @@ DEPENDS += "python-mako-native"
DEPENDS += "sdbusplus"
DEPENDS += "phosphor-logging"
DEPENDS += "libevdev"
-DEPENDS += "libconfig"
+DEPENDS += "nlohmann-json"
# We depend on someone providing their system's configuration.
DEPENDS += "virtual/phosphor-fans-sensor-inventory"
OpenPOWER on IntegriCloud