From 316f1fc852a4a42862d1b1ce0b8c37ee97e8c350 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 6 Mar 2024 07:42:21 -0800 Subject: python3-dtschema: upgrade 2023.7 -> 2024.2 (From OE-Core rev: 612be0f227d1d016ea05c78facae2fe0d08e8081) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-dtschema_2023.7.bb | 20 -------------------- .../python/python3-dtschema_2024.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dtschema_2023.7.bb create mode 100644 meta/recipes-devtools/python/python3-dtschema_2024.2.bb diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.7.bb b/meta/recipes-devtools/python/python3-dtschema_2023.7.bb deleted file mode 100644 index c1dc3e019a..0000000000 --- a/meta/recipes-devtools/python/python3-dtschema_2023.7.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 setuptools3 - -PYPI_PACKAGE = "dtschema" - -SRC_URI[sha256sum] = "de7cd73a35244cf76a8cdd9919bbeb31f362aa5744f3c76c80e0e612489dd0c0" - -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.2.bb b/meta/recipes-devtools/python/python3-dtschema_2024.2.bb new file mode 100644 index 0000000000..0e911dfb3d --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2024.2.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] = "df4e5afb35bda93894209d2465e87fb7103f1a95a05909ebcb594fc4cf4fdd1e" + +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