summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dtschema_2022.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:05:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:38 +0100
commitb5547555c9d885f198ef0765acb91f504385a9ae (patch)
tree1d6b0281060620ac2a7f9cecc5621b9231e278c4 /meta/recipes-devtools/python/python3-dtschema_2022.1.bb
parent2484adb501989712f70877e69a06b30fca4a1cac (diff)
downloadpoky-b5547555c9d885f198ef0765acb91f504385a9ae.tar.gz
python3-dtschema: upgrade 2022.1 -> 2022.4
(From OE-Core rev: 409db81eb1459f67b6803242d027bebab4949e1b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dtschema_2022.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dtschema_2022.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.1.bb b/meta/recipes-devtools/python/python3-dtschema_2022.1.bb
deleted file mode 100644
index d73e5810b8..0000000000
--- a/meta/recipes-devtools/python/python3-dtschema_2022.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
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] = "1b92b3b9a31b6e4b8b2be70dbf3065775530bc4c52e991955b67be19741114c5"
11
12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"
14
15BBCLASSEXTEND = "native nativesdk"