mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
inherit python_pep517 python3native python3-dir setuptools3-base
|
|
|
|
DEPENDS += "python3-hatchling-native"
|
|
|
|
PEP517_BUILD_API = "hatchling.build"
|