From: Ross Burton Date: Tue, 24 May 2022 12:22:24 +0000 (+0100) Subject: python3-pluggy: add BBCLASSEXTEND for native/nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4034 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b17abaa3b5dcce61f6a5c8bdb397f714dba69d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pluggy: add BBCLASSEXTEND for native/nativesdk This is a dependency of Hatchling, another Python build tool, so we need it natively. Signed-off-by: Ross Burton Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb index 3f2895a061b..2935acf95fa 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb @@ -24,3 +24,5 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/testing cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/ } + +BBCLASSEXTEND = "native nativesdk"