diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:20 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-16 05:58:03 -0800 |
commit | 1738b28d1de4f15a8b5f9bb50cea1ee29ac91ad6 (patch) | |
tree | 7f94db1085f37b66f3a5b36875249cf6eb1a4de4 /documentation | |
parent | 1a65cc847f72c39ef40f2c58d23a90b3e6f9d931 (diff) | |
download | poky-1738b28d1de4f15a8b5f9bb50cea1ee29ac91ad6.tar.gz |
poky.yaml.in: add missing locales dependency
This is a requirement for building the documentation, otherwise we get
(on Ubuntu 24.04):
File "/usr/lib/python3.12/locale.py", line 615, in setlocale
return _setlocale(category, locale)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
locale.Error: unsupported locale setting
(From yocto-docs rev: cecf8bc678756790e9164000769e798be30d9d46)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 0943a7b67ef0012b5d9badc15e0c579dbb9014ae)
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index ccec88792a..a276f99206 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -63,6 +63,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- | |||
63 | UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- | 63 | UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- |
64 | git | 64 | git |
65 | inkscape | 65 | inkscape |
66 | locales | ||
66 | make | 67 | make |
67 | python3-saneyaml | 68 | python3-saneyaml |
68 | python3-sphinx-rtd-theme | 69 | python3-sphinx-rtd-theme |
@@ -118,6 +119,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >- | |||
118 | 119 | ||
119 | FEDORA_HOST_PACKAGES_DOC: >- | 120 | FEDORA_HOST_PACKAGES_DOC: >- |
120 | git | 121 | git |
122 | glibc-locale-source | ||
121 | inkscape | 123 | inkscape |
122 | make | 124 | make |
123 | python3-pip | 125 | python3-pip |
@@ -158,6 +160,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython | |||
158 | 160 | ||
159 | OPENSUSE_HOST_PACKAGES_DOC: >- | 161 | OPENSUSE_HOST_PACKAGES_DOC: >- |
160 | git | 162 | git |
163 | glibc-i18ndata | ||
161 | inkscape | 164 | inkscape |
162 | make | 165 | make |
163 | python3-pip | 166 | python3-pip |
@@ -204,6 +207,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL: >- | |||
204 | 207 | ||
205 | ALMALINUX_HOST_PACKAGES_DOC: >- | 208 | ALMALINUX_HOST_PACKAGES_DOC: >- |
206 | git | 209 | git |
210 | glibc-locale-source | ||
207 | inkscape | 211 | inkscape |
208 | make | 212 | make |
209 | python3-pip | 213 | python3-pip |