mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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 <quentin.schulz@cherry.de> (From yocto-docs rev: 19e18d3019209e9789461502bc5147856faef9c3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 8c0bb4e41c203a0a7a31c2bdc26834d87a83413a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
5b7a72ec8a
commit
e92efa5fe9
@@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >-
|
|||||||
|
|
||||||
UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
|
UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
|
||||||
git
|
git
|
||||||
inkscape
|
librsvg2-bin
|
||||||
locales
|
locales
|
||||||
make
|
make
|
||||||
python3-saneyaml
|
python3-saneyaml
|
||||||
@@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >-
|
|||||||
FEDORA_HOST_PACKAGES_DOC: >-
|
FEDORA_HOST_PACKAGES_DOC: >-
|
||||||
git
|
git
|
||||||
glibc-locale-source
|
glibc-locale-source
|
||||||
inkscape
|
librsvg2-tools
|
||||||
make
|
make
|
||||||
python3-pip
|
python3-pip
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
@@ -161,9 +161,9 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython
|
|||||||
OPENSUSE_HOST_PACKAGES_DOC: >-
|
OPENSUSE_HOST_PACKAGES_DOC: >-
|
||||||
git
|
git
|
||||||
glibc-i18ndata
|
glibc-i18ndata
|
||||||
inkscape
|
|
||||||
make
|
make
|
||||||
python3-pip
|
python3-pip
|
||||||
|
rsvg-convert
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
which
|
which
|
||||||
|
|
||||||
@@ -208,7 +208,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL: >-
|
|||||||
ALMALINUX_HOST_PACKAGES_DOC: >-
|
ALMALINUX_HOST_PACKAGES_DOC: >-
|
||||||
git
|
git
|
||||||
glibc-locale-source
|
glibc-locale-source
|
||||||
inkscape
|
librsvg2-tools
|
||||||
make
|
make
|
||||||
python3-pip
|
python3-pip
|
||||||
texlive-fncychap
|
texlive-fncychap
|
||||||
|
|||||||
Reference in New Issue
Block a user