summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dtschema_2022.9.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commit98b871c9c7b2e78f4c089915a82615bb37b809df (patch)
tree5d537adc37c4a121bc08435d6822eeb7970ea890 /meta/recipes-devtools/python/python3-dtschema_2022.9.bb
parent18e87916c601e9b99c86864b9442ace46f37a560 (diff)
downloadpoky-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.bb15
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 @@
1DESCRIPTION = "Tooling for devicetree validation using YAML and jsonschema"
2HOMEPAGE = "https://github.com/devicetree-org/dt-schema"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811"
5
6inherit pypi setuptools3
7
8PYPI_PACKAGE = "dtschema"
9
10SRC_URI[sha256sum] = "c9533312a2d77c4ccdbffda1504aba850d9b224fd8b43e929cee2aa68478e82a"
11
12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"
14
15BBCLASSEXTEND = "native nativesdk"