From: Ross Burton Date: Mon, 20 Feb 2023 16:55:27 +0000 (+0000) Subject: python3-atomicwrites: add BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2ebb8f44f12b39601cb1cedb54b8b5c4050dd5b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-atomicwrites: add BBCLASSEXTEND Needed to build a native python3-pytest. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index d4d15cea509..9f58a4bf1ff 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb @@ -22,3 +22,5 @@ do_install_ptest() { } RDEPENDS:${PN} = "${PYTHON_PN}-misc" + +BBCLASSEXTEND = "native nativesdk"