diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-11-25 13:01:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 14:58:48 +0000 |
| commit | 5834db777f247552a997c274b4f1431d12859d19 (patch) | |
| tree | 943f83ec048e42b0de649c675062b38d673e285d /meta/recipes-devtools/python/python3-dtschema_2024.11.bb | |
| parent | e7c6cf30de1f65aa9613248f40ec7c1f8fd94da9 (diff) | |
| download | poky-5834db777f247552a997c274b4f1431d12859d19.tar.gz | |
python3-dtschema: upgrade 2024.9 -> 2024.11
(From OE-Core rev: f65a2a2fc8cf84086328d5609758b2b1bda6af4f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dtschema_2024.11.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2024.11.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb b/meta/recipes-devtools/python/python3-dtschema_2024.11.bb new file mode 100644 index 0000000000..8d052d6910 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2024.11.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" | ||
| 2 | HOMEPAGE = "https://github.com/devicetree-org/dt-schema" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "dtschema" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "bb7dd36ff9406ec89607b893cfc5e1ffa7ead76fd5c48df77eafc9b4d4196047" | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-dtc \ | ||
| 15 | python3-jsonschema \ | ||
| 16 | python3-rfc3987 \ | ||
| 17 | python3-ruamel-yaml \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
