diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:05:19 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:38 +0100 |
| commit | b5547555c9d885f198ef0765acb91f504385a9ae (patch) | |
| tree | 1d6b0281060620ac2a7f9cecc5621b9231e278c4 /meta/recipes-devtools/python/python3-dtschema_2022.1.bb | |
| parent | 2484adb501989712f70877e69a06b30fca4a1cac (diff) | |
| download | poky-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.bb | 15 |
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 @@ | |||
| 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] = "1b92b3b9a31b6e4b8b2be70dbf3065775530bc4c52e991955b67be19741114c5" | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
