From 99dc9bd97781e226f87355b2908b751590501e31 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 5 Sep 2022 17:03:21 +0800 Subject: python3-dtschema: upgrade 2022.8.1 -> 2022.8.3 (From OE-Core rev: c0af43880f7583b4a0a875d61d8ec0b379c3af57) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb | 15 --------------- meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb create mode 100644 meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb b/meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb deleted file mode 100644 index 38f646e50a..0000000000 --- a/meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "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] = "3e56a9920944223d6f93fd51ada19dd8db554ac9182ef52c1c5c9d4966ab30aa" - -DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb b/meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb new file mode 100644 index 0000000000..bc819c0dd6 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "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] = "128c88a393cd04154cef4d4b10a643e4473ae290b436e8e61d2e97ae8e53255d" + +DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf