From: Richard Purdie Date: Wed, 16 Mar 2022 17:47:39 +0000 (+0000) Subject: python3-docutil: Extend to nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd4de37f0e2530ef7ff6eaf176e300e0a045d21;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-docutil: Extend to nativesdk This is needed by the incomming buildtools-docs-tarball. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb index 4f60b050484..e4ddd019787 100644 --- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb @@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc6 inherit pypi setuptools3 -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"