From a9263bd0c398acd03b038c8303998dfec19817d9 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 10 Dec 2024 11:00:21 +0100 Subject: poky.yaml.in: replace inkscape dependency by librsvg2-bin 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 (From yocto-docs rev: cf161a7e8210ecef884fcd51a5f683f2daf21aeb) Signed-off-by: Antonin Godard (cherry picked from commit 8c0bb4e41c203a0a7a31c2bdc26834d87a83413a) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/poky.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index a816107565..eedefcdea8 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 -- cgit v1.2.3-54-g00ecf