diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:03:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:21 +0100 |
commit | 089df5b119472211d27b76b9be76d94b69797edc (patch) | |
tree | 5b3d50b51ced09106a19e404539e20b6d16c7913 /meta/recipes-support/iso-codes | |
parent | 95d15a348020a348e498b3cc5e88a77df8579003 (diff) | |
download | poky-089df5b119472211d27b76b9be76d94b69797edc.tar.gz |
iso-codes: upgrade 4.17.0 -> 4.18.0
License-Update: Replace FSF postal address with their website
(From OE-Core rev: ad5266e0c182acef99598663403524233526691f)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/iso-codes')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.18.0.bb (renamed from meta/recipes-support/iso-codes/iso-codes_4.17.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb index bba2cd9de1..c737cfd59f 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb | |||
@@ -6,10 +6,10 @@ HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" | |||
6 | BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" | 6 | BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" |
7 | 7 | ||
8 | LICENSE = "LGPL-2.1-only" | 8 | LICENSE = "LGPL-2.1-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" |
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;tag=v${PV}" |
12 | SRCREV = "0640070a001ca6edfa8ab6b61fe3230e66b3963b" | 12 | SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4" |
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 |