summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2022-12-09 18:45:25 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-12-09 19:34:47 +0300
commitdd8f6521f1d5057201171820f06c04dd3332291e (patch)
treec42a37b71edb32fb2fd1026a93919024679f84a2 /meta-openpower
parentc4012546bcef6c1db347cdb29d0e12b2db92f761 (diff)
downloadopenbmc-dd8f6521f1d5057201171820f06c04dd3332291e.tar.xz
openpower: occ: Add nlohmann-json dependency
openpower-occ-control has been using nlohmann-json for a while and successfully compiling by chance. Add it to the dependencies. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I8efc98d44eee32ad96fcc1472955fa0858d1569a
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
index 10d495bc36..593b52b11c 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -35,6 +35,7 @@ DEPENDS += " \
${PYTHON_PN}-pyyaml-native \
${PYTHON_PN}-setuptools-native \
${PYTHON_PN}-mako-native \
+ nlohmann-json \
"
RDEPENDS:${PN} += "phosphor-state-manager-obmc-targets"