]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
buildtools-docs-tarball: Add rsvg so we can handle svg files in docs
authorAntonin Godard <antonin.godard@bootlin.com>
Thu, 26 Dec 2024 09:55:31 +0000 (10:55 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 26 Dec 2024 14:17:04 +0000 (06:17 -0800)
We need to convert svg into png in the docs build so add rsvg tools
to handle this.

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>
meta/recipes-core/meta/buildtools-docs-tarball.bb

index 72648e3b1cd0545e9f31c2ab7bad9feb5a283aa2..b9ef68eb6d524f810f68f23b80d31169525bb314 100644 (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}"