diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:21 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-18 06:43:48 -0800 |
commit | e92efa5fe9e5b7a2c5b6ab0a0b952d3ee7a05e9a (patch) | |
tree | 01daf9581856799f850be5334efec61fe979396f /documentation | |
parent | 5b7a72ec8ab897b90d3aabe273b059f63039c1a9 (diff) | |
download | poky-e92efa5fe9e5b7a2c5b6ab0a0b952d3ee7a05e9a.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 9882f01da3..0024619a9d 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- | |||
62 | 62 | ||
63 | UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- | 63 | UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- |
64 | git | 64 | git |
65 | inkscape | 65 | librsvg2-bin |
66 | locales | 66 | locales |
67 | make | 67 | make |
68 | python3-saneyaml | 68 | python3-saneyaml |
@@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >- | |||
120 | FEDORA_HOST_PACKAGES_DOC: >- | 120 | FEDORA_HOST_PACKAGES_DOC: >- |
121 | git | 121 | git |
122 | glibc-locale-source | 122 | glibc-locale-source |
123 | inkscape | 123 | librsvg2-tools |
124 | make | 124 | make |
125 | python3-pip | 125 | python3-pip |
126 | texlive-fncychap | 126 | texlive-fncychap |
@@ -161,9 +161,9 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython | |||
161 | OPENSUSE_HOST_PACKAGES_DOC: >- | 161 | OPENSUSE_HOST_PACKAGES_DOC: >- |
162 | git | 162 | git |
163 | glibc-i18ndata | 163 | glibc-i18ndata |
164 | inkscape | ||
165 | make | 164 | make |
166 | python3-pip | 165 | python3-pip |
166 | rsvg-convert | ||
167 | texlive-fncychap | 167 | texlive-fncychap |
168 | which | 168 | which |
169 | 169 | ||
@@ -208,7 +208,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL: >- | |||
208 | ALMALINUX_HOST_PACKAGES_DOC: >- | 208 | ALMALINUX_HOST_PACKAGES_DOC: >- |
209 | git | 209 | git |
210 | glibc-locale-source | 210 | glibc-locale-source |
211 | inkscape | 211 | librsvg2-tools |
212 | make | 212 | make |
213 | python3-pip | 213 | python3-pip |
214 | texlive-fncychap | 214 | texlive-fncychap |