From 8fd4de37f0e2530ef7ff6eaf176e300e0a045d21 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Mar 2022 17:47:39 +0000 Subject: python3-docutil: Extend to nativesdk This is needed by the incomming buildtools-docs-tarball. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-docutils_0.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4f60b05048..e4ddd01978 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" -- cgit 1.2.3-korg