diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-17 16:07:54 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-20 11:56:06 +0100 |
| commit | afa28c7e1764907fad0f1864299c2d0fbff6ced9 (patch) | |
| tree | e12936d48c34eed2e585b25780a9da6bf7e9a3f0 | |
| parent | 7c582c805d09fa5cb7ba64eed9c5f547e797dcfe (diff) | |
| download | poky-afa28c7e1764907fad0f1864299c2d0fbff6ced9.tar.gz | |
python3-dtschema: upgrade 2023.1 -> 2023.4
Changelog:
==========
Schemas:
- Add missing PCI descriptions and properties
- Add I2C clock stretching property
- Add 'firmware-name' property
- Add UEFI chosen properties
- Enable cache schema
Meta-schemas:
- Improve checking non-patterns in patternProperties
- Allow 'not' at top-level of schemas
- Relax meta-schema checks on referenced schemas
Tools:
- Handle examples with 'interrupt-controller' node
(From OE-Core rev: 997715fcb7fc3c9c8d1a5d886857772098bd511c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2023.4.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2023.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb index 74ca55cf04..f87563facd 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb | |||
| @@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "dtschema" | 8 | PYPI_PACKAGE = "dtschema" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "8fc8c269e4c57e9d008af7b32cd33b77afd4ea1ac9552bcfa96b41b9e0c52586" | 10 | SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
| 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" | 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" |
