commit | 69bdceb8ba74bdb562d17fb1ba8551bda7e8e27f | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sun May 17 18:57:54 2020 +0530 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Jun 22 08:58:52 2020 -0500 |
tree | 165f5c785a368ae300391c3f1e776fa39b8194f0 | |
parent | de04acf20b4c8cf440f5940d2951e9f355615d6c [diff] |
Enable nlohmann JSON Dependency for networkd - This commit enables the nlohman JSON development header files for compiling the phosphor-netword service. (From meta-phosphor rev: 7239aaa69c1541855b10ddd1d930fcd086a3bf94) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I05df06e7da357213cbccec825666daa322f936d5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb index 3d44910..72f49a5 100644 --- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb +++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
@@ -20,6 +20,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "libnl" DEPENDS += "stdplus" +DEPENDS += "nlohmann-json" PACKAGECONFIG ??= "uboot-env"