summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index d71e058249..b2f10b693b 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -8,11 +8,13 @@ DEPENDS = "boost \
nlohmann-json \
sdbusplus \
valijson \
- ${PYTHON_PN}-jsonschema-native \
"
SRCREV = "f5ac7400786404f9516a9dbb76a4dfe9ce0ff988"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
+PACKAGECONFIG[validate-json] = "-Dvalidate-json=true, \
+ -Dvalidate-json=false, \
+ ${PYTHON_PN}-jsonschema-native"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/entity-manager.git;branch=master;protocol=https \