diff mbox series

[yocto-docs,v3,3/6] poky.yaml.in: replace inkscape dependency by librsvg2-bin

Message ID 20241210-update-doc-deps-v3-3-534699936ddc@bootlin.com
State New
Headers show
Series Update the dependencies in poky.yaml.in | expand

Commit Message

Antonin Godard Dec. 10, 2024, 10 a.m. UTC
inkscape used to be a requirement to convert SVG images to PNGs/PDFs,
but we replaced it recently by rsvg-convert.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/poky.yaml.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index a81610756575a47c55d1e0cc7799e7920657adee..eedefcdea88694061fa2a3536bc86f78ed4a28d0 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -62,7 +62,7 @@  UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >-
 
 UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
   git
-  inkscape
+  librsvg2-bin
   locales
   make
   python3-saneyaml
@@ -120,7 +120,7 @@  FEDORA_HOST_PACKAGES_ESSENTIAL: >-
 FEDORA_HOST_PACKAGES_DOC: >-
   git
   glibc-locale-source
-  inkscape
+  librsvg2-tools
   make
   python3-pip
   texlive-fncychap
@@ -161,9 +161,9 @@  OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython
 OPENSUSE_HOST_PACKAGES_DOC: >-
   git
   glibc-i18ndata
-  inkscape
   make
   python3-pip
+  rsvg-convert
   texlive-fncychap
   which
 
@@ -208,7 +208,7 @@  ALMALINUX_HOST_PACKAGES_ESSENTIAL: >-
 ALMALINUX_HOST_PACKAGES_DOC: >-
   git
   glibc-locale-source
-  inkscape
+  librsvg2-tools
   make
   python3-pip
   texlive-fncychap