blob: 0e911dfb3d2fda01e079522d3b8dd0f45668508d [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001SUMMARY = "Tooling for devicetree validation using YAML and jsonschema"
Andrew Geissler517393d2023-01-13 08:55:19 -06002HOMEPAGE = "https://github.com/devicetree-org/dt-schema"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811"
5
Patrick Williamsb58112e2024-03-07 11:16:36 -06006inherit pypi python_setuptools_build_meta
Andrew Geissler517393d2023-01-13 08:55:19 -06007
8PYPI_PACKAGE = "dtschema"
9
Patrick Williamsb58112e2024-03-07 11:16:36 -060010SRC_URI[sha256sum] = "df4e5afb35bda93894209d2465e87fb7103f1a95a05909ebcb594fc4cf4fdd1e"
Andrew Geissler517393d2023-01-13 08:55:19 -060011
12DEPENDS += "python3-setuptools-scm-native"
Patrick Williams2a254922023-08-11 09:48:11 -050013RDEPENDS:${PN} += "\
14 python3-dtc \
15 python3-jsonschema \
16 python3-rfc3987 \
17 python3-ruamel-yaml \
18 "
Andrew Geissler517393d2023-01-13 08:55:19 -060019
20BBCLASSEXTEND = "native nativesdk"