diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:21 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-17 12:58:11 -0800 |
| commit | a9263bd0c398acd03b038c8303998dfec19817d9 (patch) | |
| tree | ccf1ab725574ce586956f8fdca8027be979c5c18 /documentation | |
| parent | c69d1db652f329441b255ed14f3bc05098d94153 (diff) | |
| download | poky-a9263bd0c398acd03b038c8303998dfec19817d9.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: cf161a7e8210ecef884fcd51a5f683f2daf21aeb)
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 a816107565..eedefcdea8 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 |
