1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

python3-setuptools-rust: BBCLASSEXTEND + nativesdk

We would like to build python3-maturin for nativesdk use
and nativesdk-python3-setuptools-rust is a dependency.

(From OE-Core rev: 193e467cdaad9d2b0ee3dddecbe6631c7244fbbe)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2023-12-07 15:13:18 -08:00
committed by Richard Purdie
parent a931742677
commit 2d7cea74d7
@@ -33,4 +33,4 @@ RDEPENDS:${PN} += " \
python3-wheel \
"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"