From 5834db777f247552a997c274b4f1431d12859d19 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 25 Nov 2024 13:01:12 +0100 Subject: python3-dtschema: upgrade 2024.9 -> 2024.11 (From OE-Core rev: f65a2a2fc8cf84086328d5609758b2b1bda6af4f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-dtschema_2024.11.bb | 20 ++++++++++++++++++++ .../python/python3-dtschema_2024.9.bb | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-dtschema_2024.11.bb delete mode 100644 meta/recipes-devtools/python/python3-dtschema_2024.9.bb (limited to 'meta/recipes-devtools/python') 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 @@ +SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" +HOMEPAGE = "https://github.com/devicetree-org/dt-schema" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "dtschema" + +SRC_URI[sha256sum] = "bb7dd36ff9406ec89607b893cfc5e1ffa7ead76fd5c48df77eafc9b4d4196047" + +DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += "\ + python3-dtc \ + python3-jsonschema \ + python3-rfc3987 \ + python3-ruamel-yaml \ + " + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.9.bb b/meta/recipes-devtools/python/python3-dtschema_2024.9.bb deleted file mode 100644 index 5a159297fb..0000000000 --- a/meta/recipes-devtools/python/python3-dtschema_2024.9.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" -HOMEPAGE = "https://github.com/devicetree-org/dt-schema" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "dtschema" - -SRC_URI[sha256sum] = "1e5cc422736d5e4167f764478e50093f340bbede95b569ed66d60748dbc39ab2" - -DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "\ - python3-dtc \ - python3-jsonschema \ - python3-rfc3987 \ - python3-ruamel-yaml \ - " - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf