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>
This commit is contained in:
Richard Purdie
2024-10-30 15:53:01 +00:00
parent 59d4ee01ca
commit c83c0600f6

View File

@@ -9,6 +9,7 @@ TOOLCHAIN_HOST_TASK += "\
nativesdk-python3-sphinx \
nativesdk-python3-sphinx-rtd-theme \
nativesdk-python3-pyyaml \
nativesdk-rsvg \
"
TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}"