summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-30 15:53:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-30 21:07:31 +0000
commitc83c0600f67b0806e571d9fcd6c1c267d756f54c (patch)
treec6dee33bc7c07b778d1d1696bbd57632c02a9d01
parent59d4ee01ca9f1f126c39254b600e7822e9bfb371 (diff)
downloadpoky-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.bb1
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
14TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" 15TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"