From 4686bb5598712b6c7f5541c9ac5e7ac75c8e07df Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 12 Feb 2019 08:59:31 -0800 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb') 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" -- cgit v1.2.3