From: Ross Burton Date: Mon, 20 Feb 2023 16:55:28 +0000 (+0000) Subject: python3-iniconfig: add BBCLASSEXTEND X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae25f70557a31f26b78b70268dca9e01ef4b9ea8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-iniconfig: 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-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb index ca50ebbc352..2abeec62f4c 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb @@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a4 DEPENDS += "python3-hatch-vcs-native" inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk"