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>
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 30a6a06..599ee76 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 += "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"