diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
| commit | 98b871c9c7b2e78f4c089915a82615bb37b809df (patch) | |
| tree | 5d537adc37c4a121bc08435d6822eeb7970ea890 /meta/recipes-devtools/python/python3-dtschema_2022.9.bb | |
| parent | 18e87916c601e9b99c86864b9442ace46f37a560 (diff) | |
| download | poky-98b871c9c7b2e78f4c089915a82615bb37b809df.tar.gz | |
python3-dtschema: upgrade 2022.8.3 -> 2022.9
(From OE-Core rev: a0cd4f04e858dcc643fa43215be578573e10c74a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dtschema_2022.9.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2022.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.9.bb b/meta/recipes-devtools/python/python3-dtschema_2022.9.bb new file mode 100644 index 0000000000..3dcbc2dcb2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2022.9.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "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 setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "dtschema" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "c9533312a2d77c4ccdbffda1504aba850d9b224fd8b43e929cee2aa68478e82a" | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
