mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
python3-pluggy: add BBCLASSEXTEND for native/nativesdk
This is a dependency of Hatchling, another Python build tool, so we need it natively. (From OE-Core rev: b6b17abaa3b5dcce61f6a5c8bdb397f714dba69d) 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>
This commit is contained in:
committed by
Richard Purdie
parent
aed63b0429
commit
d595363c31
@@ -24,3 +24,5 @@ do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/testing
|
||||
cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user