From 089df5b119472211d27b76b9be76d94b69797edc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:03:01 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/iso-codes/iso-codes_4.17.0.bb | 24 ---------------------- meta/recipes-support/iso-codes/iso-codes_4.18.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-support/iso-codes/iso-codes_4.17.0.bb create mode 100644 meta/recipes-support/iso-codes/iso-codes_4.18.0.bb diff --git a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb deleted file mode 100644 index bba2cd9de1..0000000000 --- a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "ISO language, territory, currency, script codes and their translations" -DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ -language, language scripts, and currency names) in one place, rather \ -than repeated in many programs throughout the system." -HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" -BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" - -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" -SRCREV = "0640070a001ca6edfa8ab6b61fe3230e66b3963b" - -# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which -# are inhibited by allarch -DEPENDS = "gettext-native" - -S = "${WORKDIR}/git" - -inherit allarch autotools - -FILES:${PN} += "${datadir}/xml/" - -BBCLASSEXTEND += "native" diff --git a/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb new file mode 100644 index 0000000000..c737cfd59f --- /dev/null +++ b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "ISO language, territory, currency, script codes and their translations" +DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ +language, language scripts, and currency names) in one place, rather \ +than repeated in many programs throughout the system." +HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" +BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" + +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" + +SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4" + +# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which +# are inhibited by allarch +DEPENDS = "gettext-native" + +S = "${WORKDIR}/git" + +inherit allarch autotools + +FILES:${PN} += "${datadir}/xml/" + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf