diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-30 15:53:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-30 21:07:31 +0000 |
commit | c83c0600f67b0806e571d9fcd6c1c267d756f54c (patch) | |
tree | c6dee33bc7c07b778d1d1696bbd57632c02a9d01 | |
parent | 59d4ee01ca9f1f126c39254b600e7822e9bfb371 (diff) | |
download | poky-c83c0600f67b0806e571d9fcd6c1c267d756f54c.tar.gz |
buildtools-docs-tarball: Add rsvg so we can handle svg files in docs
We need to convert svg into png in the docs build so add rsvg tools
to handle this.
(From OE-Core rev: 0681707ba82e661d1d92ff90180d286dc28f7c2b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/buildtools-docs-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-docs-tarball.bb b/meta/recipes-core/meta/buildtools-docs-tarball.bb index 72648e3b1c..b9ef68eb6d 100644 --- a/meta/recipes-core/meta/buildtools-docs-tarball.bb +++ b/meta/recipes-core/meta/buildtools-docs-tarball.bb | |||
@@ -9,6 +9,7 @@ TOOLCHAIN_HOST_TASK += "\ | |||
9 | nativesdk-python3-sphinx \ | 9 | nativesdk-python3-sphinx \ |
10 | nativesdk-python3-sphinx-rtd-theme \ | 10 | nativesdk-python3-sphinx-rtd-theme \ |
11 | nativesdk-python3-pyyaml \ | 11 | nativesdk-python3-pyyaml \ |
12 | nativesdk-rsvg \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" | 15 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" |