diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-05 16:04:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-14 17:47:40 +0000 |
commit | e38106cf9639e269303bcfdd9d4c9afe419d83bc (patch) | |
tree | 8fbda5596cd832f38d9aaf4eb8252d70a1a16cc4 | |
parent | 1975f9ded8db1eab0315d5710970954b2acff096 (diff) | |
download | poky-e38106cf9639e269303bcfdd9d4c9afe419d83bc.tar.gz |
iso-codes: upgrade 4.12.0 -> 4.13.0
Added
=========
- ISO 3166-1: Add missing common names for Laos, Iran, and Syria.
Fixes #32
Changed
===========
- Translation updates for ISO 3166-1
- Kazakh from Debian BTS. Closes: #1025423
- Catalan from Debian BTS. Closes: #1026972
- Translation updates for ISO 3166-2
- 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
Fixed
==========
- ISO 3166-3: Fix withdrawal dates of AN, CS and YU. Fixes #28
(From OE-Core rev: b70351ff5054337f8fb281cc6f684c3e1983ac56)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f2c8b9c9a97ba5ec9c5da94da84ebe216650d6cc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.13.0.bb (renamed from meta/recipes-support/iso-codes/iso-codes_4.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.13.0.bb index ea7c43cdae..f3ead5e8c1 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.12.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.13.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 = "5e4dddbd1f8902ab0252ccbb19b783cc0359505a" | 12 | SRCREV = "ab6b01d5b56af7da9f0d2d1619a3cf84e43ed76a" |
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 |