From c97ee5e3b917aa0945757db8a61aec5245b630f8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 16 Jun 2025 17:16:33 +0800 Subject: python3-dtschema: upgrade 2025.2 -> 2025.6.1 Changelog: =========== - Fix a longstanding ordering issue with extracting type information from properties which have a reference to another property. 'mac-mode' is the one in the Linux kernel. - Fix a false positive warning about missing unevaluatedProperties/additionalProperties (From OE-Core rev: e36601ca6454ec62ad2dd0db47724e2ad4c240cd) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-dtschema_2025.2.bb | 20 -------------------- .../python/python3-dtschema_2025.6.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dtschema_2025.2.bb create mode 100644 meta/recipes-devtools/python/python3-dtschema_2025.6.1.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-dtschema_2025.2.bb b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb deleted file mode 100644 index 2071763741..0000000000 --- a/meta/recipes-devtools/python/python3-dtschema_2025.2.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] = "9adeaff2079a8b5fbc4bd1c8f02cbd232016a84a9684739cac20b4df3b19509e" - -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_2025.6.1.bb b/meta/recipes-devtools/python/python3-dtschema_2025.6.1.bb new file mode 100644 index 0000000000..872084841b --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2025.6.1.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] = "6348fb23961d0cd1c89ea0c29b790c622bc34fdd1be56090724c6c1f76cbf10d" + +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