summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 17:47:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-17 16:43:13 +0000
commit8fd4de37f0e2530ef7ff6eaf176e300e0a045d21 (patch)
tree607aa6d60dd865d1e44ef04c0e405620e8e25d69
parentccf7b8948f0c02e28e8a0151c48bf169d3fc36c8 (diff)
downloadopenembedded-core-contrib-master.tar.gz
python3-docutil: Extend to nativesdkHEADmaster
This is needed by the incomming buildtools-docs-tarball. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-docutils_0.18.1.bb2
1 files changed, 1 insertions, 1 deletions
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"