commit | 2cc5d4d5055b5e0e9d3cc6911f209fde0f0dd9f9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 20 09:54:22 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 20 17:11:27 2024 +0000 |
tree | b50ce64aca74d9575a9a0f32ac53683939554f7c | |
parent | adb745fecb85f8de57eeca45b8a63841d7db24e5 [diff] |
meta-phosphor: sdbusplus: add jsonschema dependency The latest versions of the repository use jsonschema to validate the format of YAML files. Add necessary dependencies. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id9cef704381880190fc9b2ce43e124df073b15a3
diff --git a/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb index f682b62..71af2be 100644 --- a/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb +++ b/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" DEPENDS += " \ ${PYTHON_PN}-inflection-native \ + ${PYTHON_PN}-jsonschema-native \ ${PYTHON_PN}-mako-native \ ${PYTHON_PN}-pyyaml-native \ "
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb index 28b76d0..e000c40 100644 --- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb +++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" DEPENDS += " \ ${PYTHON_PN}-inflection-native \ + ${PYTHON_PN}-jsonschema-native \ ${PYTHON_PN}-mako-native \ ${PYTHON_PN}-pyyaml-native \ boost \