diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-05-16 15:49:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 09:25:47 +0100 |
commit | 812ebb02279fcdfb0be189030651b8c104d438ab (patch) | |
tree | ba3adbc992886b743b706ecb6a48a3a508f4bddd | |
parent | bd597379964ca8fb075909aace1f3f2f6afa3b8a (diff) | |
download | poky-812ebb02279fcdfb0be189030651b8c104d438ab.tar.gz |
musl-locales: Switch SRC_URI to new location
Original repository has been less maintained and thusly adelie linux
community has picked up the package and started to maintain it also
applied long standing bug fixes.
Now we use new fork by Adélie Linux, which includes more supported
locales.
(From OE-Core rev: b6c1e37ed20f636f4f3cdfcef204ea4c072dde58)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/musl/musl-locales_git.bb | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/meta/recipes-core/musl/musl-locales_git.bb b/meta/recipes-core/musl/musl-locales_git.bb index 40b20e250d..92532237e0 100644 --- a/meta/recipes-core/musl/musl-locales_git.bb +++ b/meta/recipes-core/musl/musl-locales_git.bb | |||
@@ -2,15 +2,15 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | # | 3 | # |
4 | SUMMARY = "Locales support for musl" | 4 | SUMMARY = "Locales support for musl" |
5 | HOMEPAGE = "https://gitlab.com/rilian-la-te/musl-locales" | 5 | HOMEPAGE = "https://git.adelielinux.org/adelie/musl-locales/-/wikis/home" |
6 | LICENSE = "MIT & LGPL-3.0-or-later" | 6 | LICENSE = "MIT & LGPL-3.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cf5713fba707073020b1db2acaa73e78 \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cf5713fba707073020b1db2acaa73e78 \ |
8 | file://LICENSE.MIT;md5=a4f1c6864a83ddf4b754cdab7d593523" | 8 | file://LICENSE.MIT;md5=a4f1c6864a83ddf4b754cdab7d593523" |
9 | 9 | ||
10 | SRC_URI = "git://gitlab.com/rilian-la-te/musl-locales;protocol=https;branch=master" | 10 | SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=main" |
11 | 11 | ||
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | SRCREV = "1101fb2bcdd189cd9415b8bd1c775eb43527d25c" | 13 | SRCREV = "cac3dcdccd1d0c08d17f4919d862737d64b76f79" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -28,46 +28,55 @@ python () { | |||
28 | 28 | ||
29 | # only locale binaries are under GPL-3.0-or-later others are MIT | 29 | # only locale binaries are under GPL-3.0-or-later others are MIT |
30 | LICENSE:${PN} = "LGPL-3.0-or-later" | 30 | LICENSE:${PN} = "LGPL-3.0-or-later" |
31 | LICENSE:locale-base-ch-de = "MIT" | 31 | LICENSE:locale-base-cs-cz = "MIT" |
32 | LICENSE:locale-base-de-ch = "MIT" | 32 | LICENSE:locale-base-de-ch = "MIT" |
33 | LICENSE:locale-base-de-de = "MIT" | 33 | LICENSE:locale-base-de-de = "MIT" |
34 | LICENSE:locale-base-en-gb = "MIT" | 34 | LICENSE:locale-base-en-gb = "MIT" |
35 | LICENSE:locale-base-en-us = "MIT" | 35 | LICENSE:locale-base-en-us = "MIT" |
36 | LICENSE:locale-base-es-es = "MIT" | 36 | LICENSE:locale-base-es-es = "MIT" |
37 | LICENSE:locale-base-fi-fi = "MIT" | ||
37 | LICENSE:locale-base-fr-fr = "MIT" | 38 | LICENSE:locale-base-fr-fr = "MIT" |
38 | LICENSE:locale-base-it-it = "MIT" | 39 | LICENSE:locale-base-it-it = "MIT" |
39 | LICENSE:locale-base-nb-no = "MIT" | 40 | LICENSE:locale-base-nb-no = "MIT" |
40 | LICENSE:locale-base-nl-nl = "MIT" | 41 | LICENSE:locale-base-nl-nl = "MIT" |
41 | LICENSE:locale-base-pt-br = "MIT" | 42 | LICENSE:locale-base-pt-br = "MIT" |
43 | LICENSE:locale-base-pt-pt = "MIT" | ||
42 | LICENSE:locale-base-ru-ru = "MIT" | 44 | LICENSE:locale-base-ru-ru = "MIT" |
45 | LICENSE:locale-base-sr-rs = "MIT" | ||
43 | LICENSE:locale-base-sv-se = "MIT" | 46 | LICENSE:locale-base-sv-se = "MIT" |
44 | 47 | ||
45 | PACKAGES =+ "locale-base-ch-de \ | 48 | PACKAGES =+ "locale-base-cs-cz \ |
46 | locale-base-de-ch \ | 49 | locale-base-de-ch \ |
47 | locale-base-de-de \ | 50 | locale-base-de-de \ |
48 | locale-base-en-gb \ | 51 | locale-base-en-gb \ |
49 | locale-base-en-us \ | 52 | locale-base-en-us \ |
50 | locale-base-es-es \ | 53 | locale-base-es-es \ |
54 | locale-base-fi-fi \ | ||
51 | locale-base-fr-fr \ | 55 | locale-base-fr-fr \ |
52 | locale-base-it-it \ | 56 | locale-base-it-it \ |
53 | locale-base-nb-no \ | 57 | locale-base-nb-no \ |
54 | locale-base-nl-nl \ | 58 | locale-base-nl-nl \ |
55 | locale-base-pt-br \ | 59 | locale-base-pt-br \ |
60 | locale-base-pt-pt \ | ||
56 | locale-base-ru-ru \ | 61 | locale-base-ru-ru \ |
62 | locale-base-sr-rs \ | ||
57 | locale-base-sv-se \ | 63 | locale-base-sv-se \ |
58 | " | 64 | " |
59 | FILES:locale-base-ch-de += "${datadir}/i18n/locales/musl/ch_DE.UTF-8" | 65 | FILES:locale-base-cs-cz += "${datadir}/i18n/locales/musl/cs_CZ.UTF-8" |
60 | FILES:locale-base-de-ch += "${datadir}/i18n/locales/musl/de_CH.UTF-8" | 66 | FILES:locale-base-de-ch += "${datadir}/i18n/locales/musl/de_CH.UTF-8" |
61 | FILES:locale-base-de-de += "${datadir}/i18n/locales/musl/de_DE.UTF-8" | 67 | FILES:locale-base-de-de += "${datadir}/i18n/locales/musl/de_DE.UTF-8" |
62 | FILES:locale-base-en-gb += "${datadir}/i18n/locales/musl/en_GB.UTF-8" | 68 | FILES:locale-base-en-gb += "${datadir}/i18n/locales/musl/en_GB.UTF-8" |
63 | FILES:locale-base-en-us += "${datadir}/i18n/locales/musl/en_US.UTF-8" | 69 | FILES:locale-base-en-us += "${datadir}/i18n/locales/musl/en_US.UTF-8" |
64 | FILES:locale-base-es-es += "${datadir}/i18n/locales/musl/es_ES.UTF-8" | 70 | FILES:locale-base-es-es += "${datadir}/i18n/locales/musl/es_ES.UTF-8" |
71 | FILES:locale-base-fi-fi += "${datadir}/i18n/locales/musl/fi_FI.UTF-8" | ||
65 | FILES:locale-base-fr-fr += "${datadir}/i18n/locales/musl/fr_FR.UTF-8" | 72 | FILES:locale-base-fr-fr += "${datadir}/i18n/locales/musl/fr_FR.UTF-8" |
66 | FILES:locale-base-it-it += "${datadir}/i18n/locales/musl/it_IT.UTF-8" | 73 | FILES:locale-base-it-it += "${datadir}/i18n/locales/musl/it_IT.UTF-8" |
67 | FILES:locale-base-nb-no += "${datadir}/i18n/locales/musl/nb_NO.UTF-8" | 74 | FILES:locale-base-nb-no += "${datadir}/i18n/locales/musl/nb_NO.UTF-8" |
68 | FILES:locale-base-nl-nl += "${datadir}/i18n/locales/musl/nl_NL.UTF-8" | 75 | FILES:locale-base-nl-nl += "${datadir}/i18n/locales/musl/nl_NL.UTF-8" |
69 | FILES:locale-base-pt-br += "${datadir}/i18n/locales/musl/pt_BR.UTF-8" | 76 | FILES:locale-base-pt-br += "${datadir}/i18n/locales/musl/pt_BR.UTF-8" |
77 | FILES:locale-base-pt-pt += "${datadir}/i18n/locales/musl/pt_PT.UTF-8" | ||
70 | FILES:locale-base-ru-ru += "${datadir}/i18n/locales/musl/ru_RU.UTF-8" | 78 | FILES:locale-base-ru-ru += "${datadir}/i18n/locales/musl/ru_RU.UTF-8" |
79 | FILES:locale-base-sr-rs += "${datadir}/i18n/locales/musl/sr_RS.UTF-8" | ||
71 | FILES:locale-base-sv-se += "${datadir}/i18n/locales/musl/sv_SE.UTF-8" | 80 | FILES:locale-base-sv-se += "${datadir}/i18n/locales/musl/sv_SE.UTF-8" |
72 | 81 | ||
73 | UPSTREAM_CHECK_COMMITS = "1" | 82 | UPSTREAM_CHECK_COMMITS = "1" |