From a1b9be34dba1c6fa369bbe5c1d3ec943f24d7379 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 26 Dec 2024 10:55:31 +0100 Subject: 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 Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- meta/recipes-core/meta/buildtools-docs-tarball.bb | 1 + 1 file changed, 1 insertion(+) 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 += "\ nativesdk-python3-sphinx \ nativesdk-python3-sphinx-rtd-theme \ nativesdk-python3-pyyaml \ + nativesdk-rsvg \ " TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-docs-nativesdk-standalone-${DISTRO_VERSION}" -- cgit v1.2.3-54-g00ecf