diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-14 11:19:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-15 09:38:37 +0000 |
commit | 8531a791933d854fc9feaf02da3fdb66ee262d03 (patch) | |
tree | cb45b7d3bab371c5e06e75bb48f9e9ccf0482362 /meta/recipes-support | |
parent | efc3f92a29030725e65cfed5402d43091395e9d3 (diff) | |
download | poky-8531a791933d854fc9feaf02da3fdb66ee262d03.tar.gz |
iso-codes: upgrade 4.11.0 -> 4.12.0
Changelog:
=========
- ISO 3166-1: Update name for TR. Fixes #38
- Translation updates for ISO 3166-1
- Translation updates for ISO 3166-2. Closes: #1020633
- Translation updates for ISO 3166-3
- Translation updates for ISO 639-2
- Translation updates for ISO 639-3
- Translation updates for ISO 639-5
- Translation updates for ISO 4217
- Translation updates for ISO 15924
(From OE-Core rev: 99917b4b7d5642b292cb95c770871b95e411dfc5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.12.0.bb (renamed from meta/recipes-support/iso-codes/iso-codes_4.11.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.11.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb index be573981b0..ea7c43cdae 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.11.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1-only" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
10 | 10 | ||
11 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" | 11 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" |
12 | SRCREV = "2651d7fe65582263c57385a852b0c6d8a49f6985" | 12 | SRCREV = "5e4dddbd1f8902ab0252ccbb19b783cc0359505a" |
13 | 13 | ||
14 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which | 14 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |
15 | # are inhibited by allarch | 15 | # are inhibited by allarch |