Files
poky/meta/classes/python_hatchling.bbclass
Ross Burton 8ecf0849e5 Add python3-hatchling (from meta-oe)
Recipes in core are now needing to use the Hatch build system, so
move the hatchling recipe and class from meta-oe to oe-core.

(From OE-Core rev: 846e806181f1349be29cbce78c5041735dfd7e6f)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-06-22 22:40:28 +01:00

6 lines
142 B
Plaintext

inherit python_pep517 python3native python3-dir setuptools3-base
DEPENDS += "python3-hatchling-native"
PEP517_BUILD_API = "hatchling.build"