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: 5dd1fdf4c3e8596c4e7c8cd57d371c2c1d4b0843)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Antonin Godard
2024-12-26 10:55:31 +01:00
committed by Steve Sakoman
parent c2dcb76eb1
commit a1b9be34db

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}"