summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/network
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2020-05-17 16:27:54 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-22 16:58:52 +0300
commit69bdceb8ba74bdb562d17fb1ba8551bda7e8e27f (patch)
tree165f5c785a368ae300391c3f1e776fa39b8194f0 /meta-phosphor/recipes-phosphor/network
parentde04acf20b4c8cf440f5940d2951e9f355615d6c (diff)
downloadopenbmc-69bdceb8ba74bdb562d17fb1ba8551bda7e8e27f.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/network')
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb
index 3d4491093..72f49a5bc 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-dbus-interfaces"
DEPENDS += "phosphor-logging"
DEPENDS += "libnl"
DEPENDS += "stdplus"
+DEPENDS += "nlohmann-json"
PACKAGECONFIG ??= "uboot-env"