diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-16 11:04:53 +0000 |
| commit | 36cc210fb94767b64b7712c51931b310bacc4370 (patch) | |
| tree | 8402eedac370998f2a113c34497b6083d7bc1db3 | |
| parent | 3aadcdf74c15205cd79b05f27624b93dac13599d (diff) | |
| download | poky-36cc210fb94767b64b7712c51931b310bacc4370.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: 8c0bb4e41c203a0a7a31c2bdc26834d87a83413a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 |
