diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 17:47:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-17 16:44:33 +0000 |
commit | e838455c34aa2bdc406741dcc5e4673352ef16cb (patch) | |
tree | 8243de91c9bf5e315e1fe3770eebb9bbb72b3434 /meta | |
parent | 2dfe8c74cf25446002147f5c34b59f04e5e23718 (diff) | |
download | poky-e838455c34aa2bdc406741dcc5e4673352ef16cb.tar.gz |
python3-docutil: Extend to nativesdk
This is needed by the incomming buildtools-docs-tarball.
(From OE-Core rev: 8fd4de37f0e2530ef7ff6eaf176e300e0a045d21)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.18.1.bb | 2 |
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 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native nativesdk" |