diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-12 22:54:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-14 16:44:24 +0100 |
commit | 1a5d7fa52746e2a1ba172017751bc0037e2f6c63 (patch) | |
tree | 7bd7a281d1bca5019687ebd326f0afcd58365a4f /meta/recipes-core | |
parent | 378dddd7a34b7f9d108948eebc5cdde312e0436f (diff) | |
download | poky-1a5d7fa52746e2a1ba172017751bc0037e2f6c63.tar.gz |
musl-locales: Add Canadian French (fr_CA) locale support
(From OE-Core rev: 5531b272527323488aa0c9f7b17eff085e800e78)
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl-locales_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl-locales_git.bb b/meta/recipes-core/musl/musl-locales_git.bb index 92532237e0..6ffac4fade 100644 --- a/meta/recipes-core/musl/musl-locales_git.bb +++ b/meta/recipes-core/musl/musl-locales_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf5713fba707073020b1db2acaa73e78 \ | |||
10 | SRC_URI = "git://git.adelielinux.org/adelie/musl-locales;protocol=https;branch=main" | 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 = "cac3dcdccd1d0c08d17f4919d862737d64b76f79" | 13 | SRCREV = "5663f5bfd30bf9e1e0ba3fc5fe2da6725969f30e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -35,6 +35,7 @@ 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-fi-fi = "MIT" |
38 | LICENSE:locale-base-fr-ca = "MIT" | ||
38 | LICENSE:locale-base-fr-fr = "MIT" | 39 | LICENSE:locale-base-fr-fr = "MIT" |
39 | LICENSE:locale-base-it-it = "MIT" | 40 | LICENSE:locale-base-it-it = "MIT" |
40 | LICENSE:locale-base-nb-no = "MIT" | 41 | LICENSE:locale-base-nb-no = "MIT" |
@@ -52,6 +53,7 @@ PACKAGES =+ "locale-base-cs-cz \ | |||
52 | locale-base-en-us \ | 53 | locale-base-en-us \ |
53 | locale-base-es-es \ | 54 | locale-base-es-es \ |
54 | locale-base-fi-fi \ | 55 | locale-base-fi-fi \ |
56 | locale-base-fr-ca \ | ||
55 | locale-base-fr-fr \ | 57 | locale-base-fr-fr \ |
56 | locale-base-it-it \ | 58 | locale-base-it-it \ |
57 | locale-base-nb-no \ | 59 | locale-base-nb-no \ |
@@ -69,6 +71,7 @@ FILES:locale-base-en-gb += "${datadir}/i18n/locales/musl/en_GB.UTF-8" | |||
69 | FILES:locale-base-en-us += "${datadir}/i18n/locales/musl/en_US.UTF-8" | 71 | FILES:locale-base-en-us += "${datadir}/i18n/locales/musl/en_US.UTF-8" |
70 | FILES:locale-base-es-es += "${datadir}/i18n/locales/musl/es_ES.UTF-8" | 72 | 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" | 73 | FILES:locale-base-fi-fi += "${datadir}/i18n/locales/musl/fi_FI.UTF-8" |
74 | FILES:locale-base-fr-ca += "${datadir}/i18n/locales/musl/fr_CA.UTF-8" | ||
72 | FILES:locale-base-fr-fr += "${datadir}/i18n/locales/musl/fr_FR.UTF-8" | 75 | FILES:locale-base-fr-fr += "${datadir}/i18n/locales/musl/fr_FR.UTF-8" |
73 | FILES:locale-base-it-it += "${datadir}/i18n/locales/musl/it_IT.UTF-8" | 76 | FILES:locale-base-it-it += "${datadir}/i18n/locales/musl/it_IT.UTF-8" |
74 | FILES:locale-base-nb-no += "${datadir}/i18n/locales/musl/nb_NO.UTF-8" | 77 | FILES:locale-base-nb-no += "${datadir}/i18n/locales/musl/nb_NO.UTF-8" |