From: Tim Orling Date: Sun, 17 Oct 2021 20:53:50 +0000 (+0000) Subject: python3-packaging: BBCLASSEXTEND nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6436 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c984ef67f8dff27e0ce24628f28d196cdc76055e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-packaging: BBCLASSEXTEND nativesdk python3-setuptools-scm RDEPENDS on it for nativesdk Fixes: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2766/steps/13/logs/warnings Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb index aef3ccae9a7..f20f8886a4e 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49 inherit pypi setuptools3 -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" DEPENDS += "${PYTHON_PN}-setuptools-native" RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"