summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-09-26 23:17:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-01 01:39:06 +0300
commit949e4dc9ec3234c00b99d7428402ca14fb5c53d5 (patch)
tree611fff575f7df6c326d6d6ca684b4530102e006e /meta-phosphor/recipes-phosphor
parent0ea32a31278e96dbd8fd27dc6aa4a27bf0fe6b34 (diff)
downloadopenbmc-949e4dc9ec3234c00b99d7428402ca14fb5c53d5.tar.xz
phosphor-logging: Add a depends when PELs enabled
When the openpower-pels packageconfig is enabled, add a DEPENDS for nlohmann-json, as the openpower-pel code uses that. (From meta-phosphor rev: e64bc0f26668b40b989824d215890b226c52d5ae) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I5280f90527baa634b8e8c32f4b52d0ec0e296279 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 20fdfdef9..13400764a 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -94,7 +94,9 @@ PACKAGECONFIG[install_scripts] = " \
PACKAGECONFIG[openpower-pels] = " \
--enable-openpower-pel-extension, \
- --disable-openpower-pel-extension, ,\
+ --disable-openpower-pel-extension, \
+ nlohmann-json, \
+ , \
"
# Enable install_scripts during native and native SDK build